diff --git a/src/components/contacts/ContactsOverview.svelte b/src/components/contacts/ContactsOverview.svelte index 404cf76e..405899da 100644 --- a/src/components/contacts/ContactsOverview.svelte +++ b/src/components/contacts/ContactsOverview.svelte @@ -87,7 +87,7 @@
{#if t.groups.length > 0} {#each t.groups as g} diff --git a/src/components/users/UsersOverview.svelte b/src/components/users/UsersOverview.svelte index 6ef52b95..20581a65 100644 --- a/src/components/users/UsersOverview.svelte +++ b/src/components/users/UsersOverview.svelte @@ -115,11 +115,11 @@ > {/if} - + {#each u.groups as g} {g.name} {/each}