diff --git a/resources/js/Pages/Dashboard.tsx b/resources/js/Pages/Dashboard.tsx index 1ef7abe..2c5b66a 100644 --- a/resources/js/Pages/Dashboard.tsx +++ b/resources/js/Pages/Dashboard.tsx @@ -80,7 +80,7 @@ export default function Dashboard({ customers }: CustomerProps) {
{filteredCustomers && filteredCustomers.map(customer => { return -

{customer.name}

+

{customer.id}. {customer.name}