Merge pull request #2156 from Safelite/feature/quote-recal-emergency-fix
Hide recalibration text regardless of insurance selection.
This commit is contained in:
commit
29e3d22dbc
1 changed files with 0 additions and 1 deletions
|
|
@ -428,7 +428,6 @@ export default {
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
shouldHideRecalibration() {
|
shouldHideRecalibration() {
|
||||||
if (this.isInsuranceSelected) return false;
|
|
||||||
return (
|
return (
|
||||||
experimentMixin.methods
|
experimentMixin.methods
|
||||||
.getSettingValue(experimentSettings.RECAL_PRICE_REMOVE)
|
.getSettingValue(experimentSettings.RECAL_PRICE_REMOVE)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue