{userData.name}
@@ -104,7 +108,7 @@ const AccountPage = () => {
Edit Patient: {selectedPatient.name}
-
+
{medications.map((medication, index) => (
@@ -141,7 +145,7 @@ const AccountPage = () => {
onChange={handleDiagnosesChange}
/>
-
+
@@ -149,7 +153,7 @@ const AccountPage = () => {
)}
)}
-