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: () {