CASH-1246 prevent mobile supplemental info when there are no timeslots

This commit is contained in:
Matt Caimi 2025-08-05 10:55:03 -04:00
parent 9995b95fdd
commit 8b9c2eee6a

View file

@ -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();