Formatting

This commit is contained in:
Chloe Herd 2023-04-05 08:57:01 -04:00
parent f87a64380b
commit 572831254d

View file

@ -234,8 +234,10 @@ export default {
},
isDualOrStaticRecalibration() {
const supportingItems = store.getters.lineItems.supportingItems;
return supportingItems.some((item) => item.partNumber === "RECAL STATIC" || item.partNumber === "RECAL DUAL");
return supportingItems.some(
(item) => item.partNumber === "RECAL STATIC" || item.partNumber === "RECAL DUAL"
);
},
displayRecalibrationWarning() {
return this.isDualOrStaticRecalibration;