From 8a2c087e6cf5d8ca6ac3e406c7b74b7f76cb7820 Mon Sep 17 00:00:00 2001 From: Scott Kiener Date: Fri, 18 Jul 2025 12:25:48 -0400 Subject: [PATCH] Formatting --- .../service-location/shop-question/shop-question-popup.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 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 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;