From 74c9bea5ee2c4e31d9162b7321313e7212b18b7a Mon Sep 17 00:00:00 2001 From: yaso Date: Tue, 1 Jul 2025 11:49:01 +0200 Subject: [PATCH] remove comments --- .../package_tools/mih_personal_profile.dart | 22 ++----------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/Frontend/lib/mih_packages/mzansi_profile/personal_profile/package_tools/mih_personal_profile.dart b/Frontend/lib/mih_packages/mzansi_profile/personal_profile/package_tools/mih_personal_profile.dart index 7324e3a8..f4fd0e88 100644 --- a/Frontend/lib/mih_packages/mzansi_profile/personal_profile/package_tools/mih_personal_profile.dart +++ b/Frontend/lib/mih_packages/mzansi_profile/personal_profile/package_tools/mih_personal_profile.dart @@ -246,7 +246,7 @@ class _MihPersonalProfileState extends State { }, ), ), - const SizedBox(height: 25.0), + // const SizedBox(height: 25.0), Visibility( visible: false, child: MihTextFormField( @@ -462,29 +462,11 @@ class _MihPersonalProfileState extends State { MzanziInnovationHub.of(context)!.theme.secondaryColor(), ), ), - // MihToggle( - // hintText: "Activate Business Account", - // initialPostion: businessUser, - // fillColor: - // MzanziInnovationHub.of(context)!.theme.secondaryColor(), - // secondaryFillColor: - // MzanziInnovationHub.of(context)!.theme.primaryColor(), - // onChange: (value) { - // setState(() { - // businessUser = value; - // }); - // }, - // ), const SizedBox(height: 30.0), Center( child: MihButton( onPressed: () { - // //Add validation here - // if (_formKey.currentState!.validate()) { - // submitForm(); - // } else { - // MihAlertServices().formNotFilledCompletely(context); - // } + // Connect with the user }, buttonColor: MzanziInnovationHub.of(context)!.theme.successColor(),