From 87013401f507b846fb5d92a68e38708c7bf744be Mon Sep 17 00:00:00 2001 From: Johnny shultz Date: Tue, 1 Jul 2025 13:44:13 -0400 Subject: [PATCH] CASH-816 CASH-816 fixed defect CASH-1121, didnt even need this if statement for anything so I removed it --- .../service-location/shop-question/shop-question-popup.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/layouts/service-location/shop-question/shop-question-popup.vue b/src/layouts/service-location/shop-question/shop-question-popup.vue index c312ae1fb..1e7d7ec59 100644 --- a/src/layouts/service-location/shop-question/shop-question-popup.vue +++ b/src/layouts/service-location/shop-question/shop-question-popup.vue @@ -520,7 +520,6 @@ export default { const selectedProvider = this.shopProviders.find( (provider) => provider.providerNumber == this.selectedProviderNumber ); - if (selectedProvider.address.zipCode !== this.internalModel.zipCode) { this.resetAlerts(); const zipCodeData = await this.getZipCodeData( @@ -590,9 +589,6 @@ export default { this.closeModal(); } - } else { - this.closeModal(); - } }, }, watch: {