CSR-2182: prettier formatting

This commit is contained in:
Adam Caouette 2024-09-03 17:23:41 -04:00
parent f0dd92e29f
commit 1fbaccc422

View file

@ -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() {