diff --git a/src/routes/contacts.index.tsx b/src/routes/contacts.index.tsx index aa26dd8..3fd9e7d 100644 --- a/src/routes/contacts.index.tsx +++ b/src/routes/contacts.index.tsx @@ -327,8 +327,13 @@ function ContactsIndex() { const typeLabel = CONTACT_TYPES.find((t) => t.value === c.contact_type)?.label ?? c.contact_type; const canEdit = isAdmin || c.created_by === user?.id; return ( -