From f52917f2191c4260e1bd1bd82cd3fe9dc63b94da Mon Sep 17 00:00:00 2001 From: Elham Rababh Date: Sun, 11 Jul 2021 17:10:32 +0300 Subject: [PATCH] fix get allergies issues --- .../profile/soap_update/subjective/allergies/allergies_item.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/screens/patients/profile/soap_update/subjective/allergies/allergies_item.dart b/lib/screens/patients/profile/soap_update/subjective/allergies/allergies_item.dart index 8a402a7b..b9eef0f5 100644 --- a/lib/screens/patients/profile/soap_update/subjective/allergies/allergies_item.dart +++ b/lib/screens/patients/profile/soap_update/subjective/allergies/allergies_item.dart @@ -13,7 +13,6 @@ import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; class AddAllergiesItem extends StatefulWidget { - // TODO Elham* see what fun we can move here without effects final SOAPViewModel model; final Function(MasterKeyModel) removeAllergy; final Function(MySelectedAllergy mySelectedAllergy) addAllergy;