From 050a146ae070d67d8308db4b9612fd6eacbb9923 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Thu, 20 Mar 2025 21:52:39 +0100 Subject: [PATCH] wip --- src/components/contacts/ContactsOverview.svelte | 2 +- src/components/users/UsersOverview.svelte | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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}