CASH-1790: copilot suggestion

(cherry picked from commit 47e57c8425)
This commit is contained in:
Adam Caouette 2025-12-11 12:54:37 -05:00
parent 730b41a3ab
commit 50685aaebd

View file

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