From 6f643c388b07afd22dbbfb7b7bb9e314d865e3cc Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Tue, 24 Mar 2026 15:52:04 -0400 Subject: [PATCH] couple copilot things --- src/layouts/schedule-page/schedule-page.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/layouts/schedule-page/schedule-page.vue b/src/layouts/schedule-page/schedule-page.vue index 43c73f67..6dca265c 100644 --- a/src/layouts/schedule-page/schedule-page.vue +++ b/src/layouts/schedule-page/schedule-page.vue @@ -219,8 +219,6 @@ const getAvailableDates = async ( }); }; -const RECAL_MODAL_REF_NAME = 'RecalModal'; - export default { name: 'schedule-page', components: { @@ -605,6 +603,7 @@ export default { const zipCodeData = await getMobileZipCodeData(mobileFirstObject.zipCode); if ((firstPmMobileDateWithTimeSlots || firstMobileDateWithTimeSlots) && zipCodeData?.isValid) { + zipCodeData.zipCode = mobileFirstObject.zipCode; const timeSlotForAutoSelectionMobile = { date: firstPmMobileDateWithTimeSlots ? firstPmMobileDateWithTimeSlots.date : firstMobileDateWithTimeSlots.date, estimatedServiceMinutesMax,