Merge pull request #2953 from Safelite/feature/CASH-1900

Fix typo for flag value
This commit is contained in:
chloeherdsafelite 2025-11-24 13:40:28 -05:00 committed by GitHub
commit 4157a95340
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 (