CSR-1137 | Formatting

This commit is contained in:
Scott Kiener 2023-06-12 08:16:19 -04:00
parent 794eb5a0ea
commit 19dadd7ec4

View file

@ -110,10 +110,11 @@ export default {
if (this.appointmentType === AppointmentTypeStrings.IN_SHOP) { if (this.appointmentType === AppointmentTypeStrings.IN_SHOP) {
return null; return null;
} else if (this.appointmentType === AppointmentTypeStrings.MOBILE) { } else if (this.appointmentType === AppointmentTypeStrings.MOBILE) {
appointmentTypeCmsWidgetName = appointmentTypeCmsWidgetName = this.selectedTimeSlotId?.includes(
this.selectedTimeSlotId?.includes(PREMIUM_TIME_SLOT_ID_FLAG) PREMIUM_TIME_SLOT_ID_FLAG
? this.mobilePremiumCmsWidgetName )
: this.mobileCmsWidgetName; ? this.mobilePremiumCmsWidgetName
: this.mobileCmsWidgetName;
} else { } else {
appointmentTypeCmsWidgetName = this.isSameDay appointmentTypeCmsWidgetName = this.isSameDay
? this.sameDayDropOffCmsWidgetName ? this.sameDayDropOffCmsWidgetName