diff --git a/Frontend/lib/mih_packages/patient_profile/pat_profile/patient_edit.dart b/Frontend/lib/mih_packages/patient_profile/pat_profile/patient_edit.dart index ed337dcf..56223308 100644 --- a/Frontend/lib/mih_packages/patient_profile/pat_profile/patient_edit.dart +++ b/Frontend/lib/mih_packages/patient_profile/pat_profile/patient_edit.dart @@ -384,14 +384,14 @@ class _EditPatientState extends State { MzanziInnovationHub.of(context)!.theme.secondaryColor(), ), ), - IconButton( - icon: const Icon(Icons.delete), - color: MzanziInnovationHub.of(context)!.theme.secondaryColor(), - //alignment: Alignment.topRight, - onPressed: () { - deletePatientPopUp(); - }, - ), + // IconButton( + // icon: const Icon(Icons.delete), + // color: MzanziInnovationHub.of(context)!.theme.secondaryColor(), + // //alignment: Alignment.topRight, + // onPressed: () { + // deletePatientPopUp(); + // }, + // ), ], ), Divider(