Prettified

This commit is contained in:
Leah Schumann 2024-07-02 06:17:52 -04:00
parent fc9fd857ef
commit d5b600a8c0

View file

@ -578,7 +578,7 @@ export default {
isPiaEnabled() {
const piaExperience = this.getSettingValue(experimentSettings.PIA_EXPERIENCE);
const piaInsurance = this.getSettingValue(experimentSettings.PIA_INSURANCE);
if (this.isInsurance) {
return piaInsurance === "true" && this.currentDeductible > 0;
} else {