From 94a3fbcc72931b06c622157d49a36da4ba26b2c0 Mon Sep 17 00:00:00 2001 From: Johnny shultz Date: Mon, 21 Jul 2025 16:11:27 -0400 Subject: [PATCH] CASH-1145 formatting --- src/layouts/schedule/schedule.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 {