From d5b600a8c0136c126a68cc4d8713a045c7fabc23 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Tue, 2 Jul 2024 06:17:52 -0400 Subject: [PATCH] Prettified --- src/layouts/payment-method/payment-method.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index 89867b5da..d423525ab 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -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 {