CSR-1757
prettier
This commit is contained in:
parent
18c59e8d7e
commit
a3f314bc17
1 changed files with 3 additions and 1 deletions
|
|
@ -520,7 +520,9 @@ export default {
|
||||||
let cartItem = null;
|
let cartItem = null;
|
||||||
|
|
||||||
const suppliesRepairLineItem = this.supportingItems.find(
|
const suppliesRepairLineItem = this.supportingItems.find(
|
||||||
(supportingItem) => supportingItem.partType == partTypeStrings.REPAIR_FEE && supportingItem.partNumber != "WSREPAIR"
|
(supportingItem) =>
|
||||||
|
supportingItem.partType == partTypeStrings.REPAIR_FEE &&
|
||||||
|
supportingItem.partNumber != "WSREPAIR"
|
||||||
);
|
);
|
||||||
|
|
||||||
if (suppliesRepairLineItem) {
|
if (suppliesRepairLineItem) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue