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,
};
},
updateTimeSlot(timeSlotObj) {
updateTimeSlot(timeSlotObj) {
if (!timeSlotObj?.routeCode) {
this.appointmentType = AppointmentTypeStrings.IN_SHOP_OR_DROP_OFF;
this.selectedTimeSlotInfo = this.getEmptyTimeSlot();