diff --git a/src/fmg-components/cart/cart.vue b/src/fmg-components/cart/cart.vue index caac2b708..e7ae777a0 100644 --- a/src/fmg-components/cart/cart.vue +++ b/src/fmg-components/cart/cart.vue @@ -302,6 +302,8 @@ export default { }, lineItemsWithoutRecal() { if (!this.lineItems || this.lineItems.length < 1) return; + if (!this.lineItems.supportingItems) return this.lineItems; + const lineItemsCopy = deepClone(this.lineItems); lineItemsCopy.supportingItems = baseMixin.methods.filterOutRecalibration( lineItemsCopy.supportingItems