CASH-1145

formatting
This commit is contained in:
Johnny shultz 2025-07-21 16:11:27 -04:00
parent d1fff5162f
commit 94a3fbcc72

View file

@ -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 {