diff --git a/dashboard/src/components/list/ListView.svelte b/dashboard/src/components/list/ListView.svelte index 815d4905..b66c3ae8 100644 --- a/dashboard/src/components/list/ListView.svelte +++ b/dashboard/src/components/list/ListView.svelte @@ -123,7 +123,7 @@ {#if item.privacy && item.privacy.visibility === "private"} {:else if pageOptions.type === "member"} - + {:else if pageOptions.type === "group"} {/if}