From 794eb5a0eae88ae99aa430ed77de07c1719d4fc5 Mon Sep 17 00:00:00 2001 From: Scott Kiener Date: Mon, 12 Jun 2023 08:12:06 -0400 Subject: [PATCH] CSR-1137 | Early-bird bullet point fix --- .../time-slot-modal-question/time-slot-modal-question.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {