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 673fddb15..cb94f8ba0 100644 --- a/src/layouts/service-location/shop-question/shop-question-popup.vue +++ b/src/layouts/service-location/shop-question/shop-question-popup.vue @@ -295,14 +295,14 @@ export default { this.displayNoServiceAlert = true; return null; } - - getShopProviderData(this.localZipCode).then(async (result) => { - this.localShopProviderData = result.data; - this.numberOfShopsToDisplay = 3; - this.updateShopsForZip(); - this.isLoading = false; - }); } + + getShopProviderData(this.localZipCode).then(async (result) => { + this.localShopProviderData = result.data; + this.numberOfShopsToDisplay = 3; + this.updateShopsForZip(); + this.isLoading = false; + }); } else { this.isLoading = false; }