diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index 7d74b1d67..b655ce938 100644 --- a/src/layouts/schedule/schedule.vue +++ b/src/layouts/schedule/schedule.vue @@ -650,7 +650,15 @@ export default { } }, showTimeSlotQuestion() { - return this.selectedDate && this.appointmentTypeFromAppointmentTypeQuestion; + var selectedDate = this.selectedDate; + if ( + this.selectedDate && + this.selectedDate.includes("mobile") && + !this.isMobileSelected + ) { + selectedDate = this.getSelectedDate(); + } + return selectedDate && this.appointmentTypeFromAppointmentTypeQuestion; }, isMobileStaticRecalibrationApplicable() { return (