Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
75a9fd8405
commit
1cdfae7354
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ export default {
|
||||||
|
|
||||||
this.pushEventToGA("policy_search", "policy_found", this.mainStore.isPolicyLookupSuccessful ? "Yes" : "No", true);
|
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);
|
this.pushEventToGA("zip_validation", "success", "N/A", true);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue