Merge pull request #2953 from Safelite/feature/CASH-1900
Fix typo for flag value
This commit is contained in:
commit
4157a95340
1 changed files with 1 additions and 1 deletions
|
|
@ -581,7 +581,7 @@ export default {
|
|||
return store.getters.isRecalibrationOnOrder;
|
||||
},
|
||||
isQuotePageDiscountOnOrder() {
|
||||
return this.quotePageDiscountPartsInfo?.length > 0;
|
||||
return this.quoteDiscountPartsInfo?.length > 0;
|
||||
},
|
||||
shouldHideRecalibration() {
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in a new issue