From 4887385f0014f393b19a19be417d5754adfe6768 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Wed, 17 May 2023 10:11:34 -0400 Subject: [PATCH] Prettified --- src/layouts/service-location/service-location.vue | 2 +- src/layouts/service-location/shop-question/shop-question.vue | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 74c3ddd46..da0a2ab9b 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -411,7 +411,7 @@ export default { await this.$refs.shopQuestion.reloadShopData(this.zipCode); }, }, - // watch: { + // watch: { // selectedAppointmentType: { // handler() { // this.selectedProvider = null; diff --git a/src/layouts/service-location/shop-question/shop-question.vue b/src/layouts/service-location/shop-question/shop-question.vue index 45f73cadd..8e2e9d64c 100644 --- a/src/layouts/service-location/shop-question/shop-question.vue +++ b/src/layouts/service-location/shop-question/shop-question.vue @@ -70,7 +70,7 @@ export default { props: { modelValue: { type: Object, - default: () => (null) + default: () => null, }, serviceZipCode: String, selectedAppointmentType: String, @@ -169,8 +169,6 @@ export default { resetAnswers() { this.answers = []; this.shopIndex = 0; - - }, async reloadShopData(serviceZipCode) { const result = await this.loadData(serviceZipCode);