From 04854a455cf3fbe1d1d589fe2a1a60f271ce7fc7 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Tue, 28 Mar 2023 08:39:54 -0400 Subject: [PATCH] WIP --- .../service-type-question/service-type-question.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/layouts/service-location/service-type-question/service-type-question.vue b/src/layouts/service-location/service-type-question/service-type-question.vue index d8ba9e864..4f1a36ac7 100644 --- a/src/layouts/service-location/service-type-question/service-type-question.vue +++ b/src/layouts/service-location/service-type-question/service-type-question.vue @@ -59,7 +59,8 @@ export default { if (this.IsRecalibrationServiceableMobile == null) { mobileAvailable = this.isGlassServiceableMobile; } else { - mobileAvailable = this.isGlassServiceableMobile && this.isRecalibrationServiceableMobile; + mobileAvailable = + this.isGlassServiceableMobile && this.isRecalibrationServiceableMobile; } const inshopAvailable =