add quick leads
All checks were successful
Build and Publish / build-release (push) Successful in 4m11s

This commit is contained in:
2026-05-04 13:06:09 -05:00
parent 53bbdca525
commit f19a727ef0
4 changed files with 316 additions and 126 deletions

View File

@@ -188,7 +188,7 @@ const customerPolicies = computed(() => policiesData.value?.data ?? [])
<span>Customer Information</span>
</div>
<div class="p-4 text-sm text-gray-600">
<p>This customer has {{ customerPolicies.length }} policy{{ customerPolicies.length !== 1 ? 'ies' : '' }} on file.</p>
<p>This customer has {{ customerPolicies.length }} polic{{ customerPolicies.length === 1 ? 'y' : 'ies' }} on file.</p>
</div>
</div>
</div>