From 6965a4f923ec8e9abe651d3b989fe07b3d127dc8 Mon Sep 17 00:00:00 2001 From: anil_majji Date: Wed, 13 Sep 2023 11:04:08 +0530 Subject: [PATCH] fix(INJI-371): View-activity-log-screen-header-resolved --- 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 fa6471c3d9..6bf24d4f41 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) => {