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) => {