CSR-1137 | Early-bird bullet point fix
This commit is contained in:
parent
01756a8379
commit
794eb5a0ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue