From c4f76782998de593cb18aaaf96c8f738694f6770 Mon Sep 17 00:00:00 2001 From: Anil kumar M <106086523+Anil-kumar-Majji@users.noreply.github.com> Date: Wed, 13 Sep 2023 11:54:18 +0530 Subject: [PATCH] fix(INJI-371): View-activity-log-screen-header-resolved (#831) --- screens/Home/MyVcs/HistoryTab.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/screens/Home/MyVcs/HistoryTab.tsx b/screens/Home/MyVcs/HistoryTab.tsx index f3204187bf..8d24395b21 100644 --- a/screens/Home/MyVcs/HistoryTab.tsx +++ b/screens/Home/MyVcs/HistoryTab.tsx @@ -45,19 +45,19 @@ export const HistoryTab: React.FC = (props) => { ))} {controller.activities.length === 0 && ( - - - {t('noHistory')} - + + + {t('noHistory')} + )}