diff --git a/src/layouts/schedule/time-slot-modal-question/time-slot-modal-question.vue b/src/layouts/schedule/time-slot-modal-question/time-slot-modal-question.vue index fd0a9368c..cc7946366 100644 --- a/src/layouts/schedule/time-slot-modal-question/time-slot-modal-question.vue +++ b/src/layouts/schedule/time-slot-modal-question/time-slot-modal-question.vue @@ -111,7 +111,7 @@ export default { return null; } else if (this.appointmentType === AppointmentTypeStrings.MOBILE) { appointmentTypeCmsWidgetName = - this.selectedTimeSlotId === this.premiumAppointmentButtonText + this.selectedTimeSlotId?.includes(PREMIUM_TIME_SLOT_ID_FLAG) ? this.mobilePremiumCmsWidgetName : this.mobileCmsWidgetName; } else {