CSR-2182: prettier formatting
This commit is contained in:
parent
f0dd92e29f
commit
1fbaccc422
1 changed files with 3 additions and 1 deletions
|
|
@ -303,7 +303,9 @@ export default {
|
||||||
lineItemsWithoutRecal() {
|
lineItemsWithoutRecal() {
|
||||||
if (!this.lineItems || this.lineItems.length < 1) return;
|
if (!this.lineItems || this.lineItems.length < 1) return;
|
||||||
const lineItemsCopy = this.lineItems;
|
const lineItemsCopy = this.lineItems;
|
||||||
lineItemsCopy.supportingItems = baseMixin.methods.filterOutRecalibration(this.lineItems.supportingItems);
|
lineItemsCopy.supportingItems = baseMixin.methods.filterOutRecalibration(
|
||||||
|
this.lineItems.supportingItems
|
||||||
|
);
|
||||||
return lineItemsCopy;
|
return lineItemsCopy;
|
||||||
},
|
},
|
||||||
showCoverageAsPending() {
|
showCoverageAsPending() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue