diff --git a/src/components/Patient/PatientHome.tsx b/src/components/Patient/PatientHome.tsx index 69df69c4143..74e75e04fbd 100644 --- a/src/components/Patient/PatientHome.tsx +++ b/src/components/Patient/PatientHome.tsx @@ -108,34 +108,35 @@ export const PatientHome = (props: {
-
- {tabs.map((tab) => ( - - {t(tab.route)} - - ))} +
+
+ {tabs.map((tab) => ( + + {t(tab.route)} + + ))} +
-
{Tab && (