From 87614ce1968c29dac83d0fd8a215940f54550c6f Mon Sep 17 00:00:00 2001 From: Carl Nation Date: Wed, 27 May 2026 08:36:36 -0400 Subject: [PATCH] prettier --- src/constants/insurance.js | 2 +- src/layouts/policy-info/policy-info.vue | 30 +++++++++++++++++-------- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/src/constants/insurance.js b/src/constants/insurance.js index 13a0fa932..1439fafcb 100644 --- a/src/constants/insurance.js +++ b/src/constants/insurance.js @@ -89,4 +89,4 @@ export const NON_MANAGED_SHOW_CLAIM_NUMBER_PARENTS = [ export const PARENT_ACCOUNT_NUMBERS = { STATE_FARM: "711310", USAA: "900040", -}; \ No newline at end of file +}; diff --git a/src/layouts/policy-info/policy-info.vue b/src/layouts/policy-info/policy-info.vue index 952af03e4..0918a7536 100644 --- a/src/layouts/policy-info/policy-info.vue +++ b/src/layouts/policy-info/policy-info.vue @@ -8,7 +8,7 @@
- + - + - + + groupName="MorePolicyQuestionsQuestion" /> - +
@@ -284,10 +290,16 @@ export default { return this.clientConfig?.ClientLogoWidget?.Image || ""; }, pageTitleText() { - return this.clientConfig?.PageTitleOverrideWidget?.Text || this.getCmsContent("PageTitleWidget", "Text"); + return ( + this.clientConfig?.PageTitleOverrideWidget?.Text || + this.getCmsContent("PageTitleWidget", "Text") + ); }, pageInstructionsText() { - return this.clientConfig?.PageInstructionsOverrideWidget?.Text || this.getCmsContent("PageInstructionsWidget", "Text"); + return ( + this.clientConfig?.PageInstructionsOverrideWidget?.Text || + this.getCmsContent("PageInstructionsWidget", "Text") + ); }, isUSAA() { return ( @@ -341,7 +353,7 @@ export default { for (const answer of answers) { options[answer.Name] = answer.Text; } - + return options; }, parsedClientConfig() { @@ -539,4 +551,4 @@ export default { color: $gray-600; line-height: 1.625; } - \ No newline at end of file +