CASH-1246 prevent mobile supplemental info when there are no timeslots
This commit is contained in:
parent
9995b95fdd
commit
8b9c2eee6a
1 changed files with 2 additions and 1 deletions
|
|
@ -191,7 +191,8 @@ export default {
|
|||
this.selectedDate == null ||
|
||||
this.appointmentType === AppointmentTypeStrings.IN_SHOP_OR_DROP_OFF ||
|
||||
this.appointmentType === AppointmentTypeStrings.IN_SHOP ||
|
||||
this.appointmentType === AppointmentTypeStrings.DROP_OFF
|
||||
this.appointmentType === AppointmentTypeStrings.DROP_OFF ||
|
||||
!this.availableTimeSlots
|
||||
) {
|
||||
if (!this.selectedAnswerForTimeSlots && !this.selectedAnswerForDropOffOrInshop) {
|
||||
this.autoSelectTimeSlotIfOnlyOneIsAvailable();
|
||||
|
|
|
|||
Loading…
Reference in a new issue