From f5f57e364c8ea3530282937f035c1c288285541a Mon Sep 17 00:00:00 2001 From: Scott Kiener Date: Fri, 15 Aug 2025 11:03:14 -0400 Subject: [PATCH] CASH-1339 | Add big truck alert to shop-question-popup --- .../shop-question/shop-question-popup.vue | 26 ++++++++++++++----- 1 file changed, 20 insertions(+), 6 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 ff3a9f75a..673fddb15 100644 --- a/src/layouts/service-location/shop-question/shop-question-popup.vue +++ b/src/layouts/service-location/shop-question/shop-question-popup.vue @@ -48,7 +48,13 @@ cmsWidgetName="AlertNoShopsWidget" v-if="displayNoShopsAlert" alertClass="alert-warning" /> -
+ +
{ this.localShopProviderData = result.data; this.numberOfShopsToDisplay = 3;