CSR-1137 | Formatting
This commit is contained in:
parent
794eb5a0ea
commit
19dadd7ec4
1 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue