From 3f0d8626e7f35ed38ec5651aad919d7514da5260 Mon Sep 17 00:00:00 2001 From: "Mirza.Shafique" Date: Wed, 1 Sep 2021 16:35:04 +0300 Subject: [PATCH] Marge issue --- lib/pages/BookAppointment/DoctorProfile.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/BookAppointment/DoctorProfile.dart b/lib/pages/BookAppointment/DoctorProfile.dart index c58f79c6..7d44dbac 100644 --- a/lib/pages/BookAppointment/DoctorProfile.dart +++ b/lib/pages/BookAppointment/DoctorProfile.dart @@ -118,7 +118,7 @@ class _DoctorProfileState extends State with TickerProviderStateM showConfirmMessageDialog: false, onTap: () { if (widget.isOpenAppt) { - Navigator.push(context, FadePage(page: SchedulePage(widget.doctor))); + // Navigator.push(context, FadePage(page: SchedulePage(doctorList: widget.doctor,appo: widget.,))); } }, onRatingAndReviewTap: () {