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; }