diff --git a/app/pages/customers/[id].vue b/app/pages/customers/[id].vue index e00176c..615edf2 100644 --- a/app/pages/customers/[id].vue +++ b/app/pages/customers/[id].vue @@ -188,7 +188,7 @@ const customerPolicies = computed(() => policiesData.value?.data ?? []) Customer Information
This customer has {{ customerPolicies.length }} policy{{ customerPolicies.length !== 1 ? 'ies' : '' }} on file.
+This customer has {{ customerPolicies.length }} polic{{ customerPolicies.length === 1 ? 'y' : 'ies' }} on file.
Lead info
Last 10 days
-{{ recentLeads(10).length }}
-Urgent
-{{ filterCounts.urgent }}
+{{ recentLeads.length }}
High priority
-{{ filterCounts.high }}
+{{ filterCounts.high }}
+Medium priority
+{{ filterCounts.medium }}
Loading leads...
+No quick leads yet.
{{ lead.name }}
{{ priorityMeta(lead.priority).label }} - {{ lead.product }} +