CSR-1137 | Early-bird bullet point fix

This commit is contained in:
Scott Kiener 2023-06-12 08:12:06 -04:00
parent 01756a8379
commit 794eb5a0ea

View file

@ -111,7 +111,7 @@ export default {
return null; return null;
} else if (this.appointmentType === AppointmentTypeStrings.MOBILE) { } else if (this.appointmentType === AppointmentTypeStrings.MOBILE) {
appointmentTypeCmsWidgetName = appointmentTypeCmsWidgetName =
this.selectedTimeSlotId === this.premiumAppointmentButtonText this.selectedTimeSlotId?.includes(PREMIUM_TIME_SLOT_ID_FLAG)
? this.mobilePremiumCmsWidgetName ? this.mobilePremiumCmsWidgetName
: this.mobileCmsWidgetName; : this.mobileCmsWidgetName;
} else { } else {