CSR-1754 prettier
This commit is contained in:
parent
96b7392051
commit
f8256b6458
1 changed files with 4 additions and 1 deletions
|
|
@ -514,7 +514,10 @@ export default {
|
||||||
const piaExperience = this.getSettingValue(experimentSettings.PIA_EXPERIENCE);
|
const piaExperience = this.getSettingValue(experimentSettings.PIA_EXPERIENCE);
|
||||||
const piaInsurance = this.getSettingValue(experimentSettings.PIA_INSURANCE);
|
const piaInsurance = this.getSettingValue(experimentSettings.PIA_INSURANCE);
|
||||||
|
|
||||||
const isEnabled = piaExperience === "PIA Optional" || piaExperience === "PIA Required" || piaInsurance === "true";
|
const isEnabled =
|
||||||
|
piaExperience === "PIA Optional" ||
|
||||||
|
piaExperience === "PIA Required" ||
|
||||||
|
piaInsurance === "true";
|
||||||
|
|
||||||
return !isEnabled;
|
return !isEnabled;
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue