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')} + )}