diff --git a/frontend/src/routes/recipient/group/[id]/+page.svelte b/frontend/src/routes/recipient/group/[id]/+page.svelte index 82b9fd6..87406eb 100644 --- a/frontend/src/routes/recipient/group/[id]/+page.svelte +++ b/frontend/src/routes/recipient/group/[id]/+page.svelte @@ -369,9 +369,7 @@ { column: 'Department', size: 'small' }, { column: 'City', size: 'small' }, { column: 'Country', size: 'small' }, - { column: 'Misc', size: 'small' }, - { column: '', size: 'small' }, - { column: 'Actions', size: 'small' } + { column: 'Misc', size: 'small' } ]} sortable={[ 'email', @@ -441,7 +439,7 @@