Fix typo for flag value

This commit is contained in:
Chloe Herd 2025-11-24 12:53:14 -05:00
parent f026b5f3f5
commit 81f005a77f

View file

@ -581,7 +581,7 @@ export default {
return store.getters.isRecalibrationOnOrder; return store.getters.isRecalibrationOnOrder;
}, },
isQuotePageDiscountOnOrder() { isQuotePageDiscountOnOrder() {
return this.quotePageDiscountPartsInfo?.length > 0; return this.quoteDiscountPartsInfo?.length > 0;
}, },
shouldHideRecalibration() { shouldHideRecalibration() {
return ( return (