add quick leads
All checks were successful
Build and Publish / build-release (push) Successful in 4m11s
All checks were successful
Build and Publish / build-release (push) Successful in 4m11s
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user