diff --git a/src/app/(panels)/suite/doctor/patients/page.jsx b/src/app/(panels)/suite/doctor/patients/page.jsx index 3dbc4ae..161aae5 100644 --- a/src/app/(panels)/suite/doctor/patients/page.jsx +++ b/src/app/(panels)/suite/doctor/patients/page.jsx @@ -75,8 +75,8 @@ export default function PatientsDOC() { {userData && userData.role === 'caregiver' && ( -
-
    +
    +
    {finalPatients.map(patient => (
    @@ -97,7 +97,7 @@ export default function PatientsDOC() { ))} -
+
)}