From e29d23b7c4db18e69257b9ddfaaf201ea9dc3363 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/screens/Home/MyVcs/HistoryTab.tsx b/screens/Home/MyVcs/HistoryTab.tsx index 2a96beb59..12d65e993 100644 --- a/screens/Home/MyVcs/HistoryTab.tsx +++ b/screens/Home/MyVcs/HistoryTab.tsx @@ -14,6 +14,7 @@ import testIDProps from '../../../shared/commonUtil'; export const HistoryTab: React.FC = props => { const {t} = useTranslation('HistoryTab'); const controller = useKebabPopUp(props); + return ( @@ -27,7 +28,7 @@ export const HistoryTab: React.FC = props => {