diff --git a/src/fmg-components/cart/cart.vue b/src/fmg-components/cart/cart.vue index db61508b8..4d5f19f76 100644 --- a/src/fmg-components/cart/cart.vue +++ b/src/fmg-components/cart/cart.vue @@ -303,7 +303,9 @@ export default { lineItemsWithoutRecal() { if (!this.lineItems || this.lineItems.length < 1) return; const lineItemsCopy = this.lineItems; - lineItemsCopy.supportingItems = baseMixin.methods.filterOutRecalibration(this.lineItems.supportingItems); + lineItemsCopy.supportingItems = baseMixin.methods.filterOutRecalibration( + this.lineItems.supportingItems + ); return lineItemsCopy; }, showCoverageAsPending() {