From 977785a069563c3122fb7688a7ba9e70d3625da5 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Wed, 15 Mar 2023 08:08:23 -0400 Subject: [PATCH] WIP --- src/layouts/service-location/service-location.vue | 10 ++++++---- .../service-type-question.vue | 14 +++++++++++++- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 64bf3d5f4..5c6f9cbb1 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -16,7 +16,7 @@ class="my-4" cmsWidgetName="AlertMilitaryBaseZipWidget" v-if="zipContainsMilitaryBase" - alertClass="alert-warning" /> + alertClass="alert-warning" /> answer.Name == "InShop" || answer.Name == "DropOff"); + } else if (this.isGlassServiceableInShop && this.isRecalibrationServiceableInShop && !this.isGlassServiceableMobile && !this.isRecalibrationServiceableMobile) { + filteredAnswers = this.answersFromCms.filter(answer => answer.Name == "Mobile"); + } + + return filteredAnswers; + }, selectedValues: { get: function () { return this.modelValue;