From 32757d388776a84b020213e7d67b0493e72fb624 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Wed, 25 Feb 2026 13:02:02 -0500 Subject: [PATCH] one more revert --- src/layouts/schedule-page/schedule-page.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/layouts/schedule-page/schedule-page.vue b/src/layouts/schedule-page/schedule-page.vue index a4de3a3e..153e97a8 100644 --- a/src/layouts/schedule-page/schedule-page.vue +++ b/src/layouts/schedule-page/schedule-page.vue @@ -658,9 +658,7 @@ export default { } }, mobileZipUpdatedFromServiceLocation(mobileZipServiceLocation) { - if (mobileZipServiceLocation - && (this.mobileProviderNumber !== mobileZipServiceLocation.mobileProviderNumber - || !this.hasNeededServiceLocationData)) { + if (mobileZipServiceLocation) { this.mobileProviderNumber = mobileZipServiceLocation.mobileProviderNumber; this.selectedMobileZipCode = mobileZipServiceLocation.zipCode; this.selectedServiceLocation = mobileZipServiceLocation;