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,