From 932d941e567404a4eb7f15b533e280dc50808ec5 Mon Sep 17 00:00:00 2001 From: Chloe Herd Date: Wed, 16 Oct 2024 15:33:21 -0400 Subject: [PATCH] Formatting from last commit --- src/store/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index 437776755..221d66e2e 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1627,7 +1627,9 @@ export const actions = { const partialLineItemsObjects = context.getters.order.lineItems.glassParts?.map( (lineItem) => ({ partNumber: lineItem.partNumber, - recalibrationType: lineItem.recalibrationType ? escapeRecalibrationType(lineItem.recalibrationType) : undefined, + recalibrationType: lineItem.recalibrationType + ? escapeRecalibrationType(lineItem.recalibrationType) + : undefined, }) );