From 9247291120c460888255abed1563541ae41bec3d Mon Sep 17 00:00:00 2001 From: Sir Blob <76974209+GamerBoss101@users.noreply.github.com> Date: Sun, 26 Jan 2025 07:19:40 -0500 Subject: [PATCH] small changes --- src/app/(panels)/suite/doctor/patients/page.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() { ))} -
+
)}