Hide recalibration text regardless of insurance selection.

This commit is contained in:
Chloe Herd 2024-12-05 12:21:23 -05:00
parent cb89d543bc
commit d1cb245099

View file

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