diff --git a/resources/js/Pages/CustomerGroups.tsx b/resources/js/Pages/CustomerGroups.tsx index 500f238..327b983 100644 --- a/resources/js/Pages/CustomerGroups.tsx +++ b/resources/js/Pages/CustomerGroups.tsx @@ -211,7 +211,7 @@ export default function CustomerGroups({groups, customers} :( CustomerGroupProps .map( customer => { return })} @@ -228,7 +228,7 @@ export default function CustomerGroups({groups, customers} :( CustomerGroupProps .filter((filteredCustomer) => checkboxesAddToGroup.includes("" + filteredCustomer.id)) .map( customer => { return

- {customer.name} + {customer.id}. {customer.name}

})} @@ -281,7 +281,7 @@ export default function CustomerGroups({groups, customers} :( CustomerGroupProps .map( customer => { return })} @@ -298,7 +298,7 @@ export default function CustomerGroups({groups, customers} :( CustomerGroupProps .filter((filteredCustomer) => checkboxes.includes("" + filteredCustomer.id)) .map( customer => { return

- {customer.name} + {customer.id}. {customer.name}

})} @@ -354,7 +354,7 @@ export default function CustomerGroups({groups, customers} :( CustomerGroupProps