@ -179,7 +179,7 @@ class _PatientsScreenState extends State<PatientsScreen> {
String dateAppointment = checkDate(patiantAppointment);
if (dateAppointment.contains(str)) {
if (dateAppointment.contains(str) || str == 'All') {
filterDate.add(responseModelList[i]);
}
} catch (e) {