From 1fbaccc4228a4c730e38632a0c573dcb55fe63a0 Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Tue, 3 Sep 2024 17:23:41 -0400 Subject: [PATCH] CSR-2182: prettier formatting --- src/fmg-components/cart/cart.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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() {