Skip to content

Commit

Permalink
fix(INJI-371): View-activity-log-screen-header-resolved (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anil-kumar-Majji authored Sep 13, 2023
1 parent 769ed54 commit 26eb3fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion screens/Home/MyVcs/HistoryTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import testIDProps from '../../../shared/commonUtil';
export const HistoryTab: React.FC<HistoryTabProps> = props => {
const {t} = useTranslation('HistoryTab');
const controller = useKebabPopUp(props);

return (
<ListItem bottomDivider onPress={controller.SHOW_ACTIVITY}>
<ListItem.Content>
Expand All @@ -27,7 +28,7 @@ export const HistoryTab: React.FC<HistoryTabProps> = props => {
</ListItem.Title>
</ListItem.Content>
<Modal
headerLabel={props.vcKey.split(':')[2]}
headerLabel={props.vcKey.split(':')[5]}
isVisible={controller.isShowActivities}
onDismiss={controller.DISMISS}>
<Column fill>
Expand Down

0 comments on commit 26eb3fe

Please sign in to comment.