Merge pull request #2136 from Safelite/feature/CSR-2405

CSR-2405 recal text corrections
This commit is contained in:
CarlNation 2024-11-20 14:52:58 -05:00 committed by GitHub
commit eab7cb9c01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 (