prettier
This commit is contained in:
CarlNation 2023-11-21 09:22:05 -05:00
parent 18c59e8d7e
commit a3f314bc17

View file

@ -520,7 +520,9 @@ export default {
let cartItem = null;
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) {