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;