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;