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: {