CASH-1790: copilot suggestion

This commit is contained in:
Adam Caouette 2025-12-11 12:54:37 -05:00
parent 165157ae47
commit 47e57c8425

View file

@ -1594,7 +1594,7 @@ export default {
isPremiumAppointment: null, isPremiumAppointment: null,
}; };
}, },
updateTimeSlot(timeSlotObj) { updateTimeSlot(timeSlotObj) {
if (!timeSlotObj?.routeCode) { if (!timeSlotObj?.routeCode) {
this.appointmentType = AppointmentTypeStrings.IN_SHOP_OR_DROP_OFF; this.appointmentType = AppointmentTypeStrings.IN_SHOP_OR_DROP_OFF;
this.selectedTimeSlotInfo = this.getEmptyTimeSlot(); this.selectedTimeSlotInfo = this.getEmptyTimeSlot();