Skip to content

Commit

Permalink
fix(INJI-371): View-activity-log-screen-header-resolved (mosip#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anil-kumar-Majji authored and vijay151096 committed Sep 15, 2023
1 parent 31fdd5f commit c4f7678
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions screens/Home/MyVcs/HistoryTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@ export const HistoryTab: React.FC<HistoryTabProps> = (props) => {
))}
{controller.activities.length === 0 && (
<Centered fill>
<Icon
testID="sentiment-dissatisfied"
style={{ marginBottom: 20 }}
size={40}
name="sentiment-dissatisfied"
/>
<Text
testID="noHistory"
align="center"
weight="semibold"
margin="0 0 4 0">
{t('noHistory')}
</Text>
<Icon
testID="sentiment-dissatisfied"
style={{ marginBottom: 20 }}
size={40}
name="sentiment-dissatisfied"
/>
<Text
testID="noHistory"
align="center"
weight="semibold"
margin="0 0 4 0">
{t('noHistory')}
</Text>
</Centered>
)}
</Column>
Expand Down

0 comments on commit c4f7678

Please sign in to comment.