Merge pull request #2136 from Safelite/feature/CSR-2405
CSR-2405 recal text corrections
This commit is contained in:
commit
eab7cb9c01
1 changed files with 2 additions and 1 deletions
|
|
@ -428,7 +428,8 @@ export default {
|
|||
);
|
||||
},
|
||||
shouldHideRecalibration() {
|
||||
return store.getters.shouldHideRecalibration;
|
||||
if (this.isInsuranceSelected) return false;
|
||||
return (experimentMixin.methods.getSettingValue(experimentSettings.RECAL_PRICE_REMOVE)?.toLowerCase() === "true" && this.isRecalibrationOnOrder);
|
||||
},
|
||||
showAfterpayBanner() {
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in a new issue