From 4288a46063ca3325cf77540b97e52509e34411dc Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Wed, 2 Apr 2025 08:51:53 +0200 Subject: [PATCH] remove delete patient --- .../pat_profile/patient_edit.dart | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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(