diff --git a/src/components/Patient/PatientDetailsTab/Appointments.tsx b/src/components/Patient/PatientDetailsTab/Appointments.tsx index 24bd7b9017e..8b6228c4125 100644 --- a/src/components/Patient/PatientDetailsTab/Appointments.tsx +++ b/src/components/Patient/PatientDetailsTab/Appointments.tsx @@ -59,12 +59,15 @@ export const Appointments = (props: PatientProps) => { return (
-
-

+
+

{t("appointments")}

- + - + {user.user_type} + + {formatPhoneNumber(user.phone_number)} + {GetDetailsButton(user.username)} ); diff --git a/src/pages/Encounters/tabs/EncounterFilesTab.tsx b/src/pages/Encounters/tabs/EncounterFilesTab.tsx index 053637b75d8..364a40325ab 100644 --- a/src/pages/Encounters/tabs/EncounterFilesTab.tsx +++ b/src/pages/Encounters/tabs/EncounterFilesTab.tsx @@ -356,7 +356,7 @@ export const EncounterFilesTab = (props: EncounterTabProps) => { const RenderTable = () => { return ( - +