Merge pull request #2156 from Safelite/feature/quote-recal-emergency-fix

Hide recalibration text regardless of insurance selection.
This commit is contained in:
chloeherdsafelite 2024-12-05 12:33:12 -05:00 committed by GitHub
commit 29e3d22dbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -428,7 +428,6 @@ export default {
);
},
shouldHideRecalibration() {
if (this.isInsuranceSelected) return false;
return (
experimentMixin.methods
.getSettingValue(experimentSettings.RECAL_PRICE_REMOVE)