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 699452caf..a9ca720ad 100644 --- a/src/layouts/service-location/shop-question/shop-question-popup.vue +++ b/src/layouts/service-location/shop-question/shop-question-popup.vue @@ -260,8 +260,8 @@ export default { event.preventDefault(); if (!this.localZipCode) { this.zipCodeData = { - isValid: false - } + isValid: false, + }; return; } this.isLoading = true;