From 32cef6a21845850ee6f7933fe249cb58ad5efdb7 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Wed, 20 Mar 2024 09:11:39 -0400 Subject: [PATCH] CSR-2035 csr-2035 PRETTIER --- src/layouts/service-location/service-location.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 4b4be315a..89b3320fd 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -460,7 +460,7 @@ export default { const supportingItems = store.getters.lineItems.supportingItems; // for insurance orders, fees can get removed causing supportingitems to be null or empty - if (!supportingItems){ + if (!supportingItems) { return; }