Prettified
This commit is contained in:
parent
fc9fd857ef
commit
d5b600a8c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue