From 1cdfae73547b76e6d63f83ef5534d0104cd71950 Mon Sep 17 00:00:00 2001 From: Jeremy-Z Date: Wed, 8 Jul 2026 10:38:44 -0400 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- src/layouts/welcome-page/welcome-page.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/welcome-page/welcome-page.vue b/src/layouts/welcome-page/welcome-page.vue index cbf44a36..541fa032 100644 --- a/src/layouts/welcome-page/welcome-page.vue +++ b/src/layouts/welcome-page/welcome-page.vue @@ -365,7 +365,7 @@ export default { this.pushEventToGA("policy_search", "policy_found", this.mainStore.isPolicyLookupSuccessful ? "Yes" : "No", true); - if ( this.mainStore.isPolicyLookupSuccessful) { + if (this.mainStore.isPolicyLookupSuccessful) { this.pushEventToGA("zip_validation", "success", "N/A", true); } else {