diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index 1dfa69ce8..90360ede3 100644 --- a/src/layouts/schedule/schedule.vue +++ b/src/layouts/schedule/schedule.vue @@ -744,12 +744,15 @@ export default { isForwardActionDisabled() { if ( (this.appointmentType === AppointmentTypeStrings.IN_SHOP || - this.appointmentType === AppointmentTypeStrings.DROP_OFF) && + this.appointmentType === AppointmentTypeStrings.DROP_OFF) && !this.selectedTimeSlotInfo?.timeSlot?.date ) { return true; } - return this.displayNoShopsAlert || this.appointmentType === AppointmentTypeStrings.IN_SHOP_OR_DROP_OFF; + return ( + this.displayNoShopsAlert || + this.appointmentType === AppointmentTypeStrings.IN_SHOP_OR_DROP_OFF + ); }, additionalButtonData() { return {