Formatting from last commit
This commit is contained in:
parent
b8c17ca75f
commit
932d941e56
1 changed files with 3 additions and 1 deletions
|
|
@ -1627,7 +1627,9 @@ export const actions = {
|
||||||
const partialLineItemsObjects = context.getters.order.lineItems.glassParts?.map(
|
const partialLineItemsObjects = context.getters.order.lineItems.glassParts?.map(
|
||||||
(lineItem) => ({
|
(lineItem) => ({
|
||||||
partNumber: lineItem.partNumber,
|
partNumber: lineItem.partNumber,
|
||||||
recalibrationType: lineItem.recalibrationType ? escapeRecalibrationType(lineItem.recalibrationType) : undefined,
|
recalibrationType: lineItem.recalibrationType
|
||||||
|
? escapeRecalibrationType(lineItem.recalibrationType)
|
||||||
|
: undefined,
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue