From ee0a44f8915c71469ad71685ec4a79354ac6ab5e Mon Sep 17 00:00:00 2001 From: Jake Fulmine Date: Mon, 28 Nov 2022 19:06:47 +0100 Subject: [PATCH] fix(dashboard): fix member icons --- dashboard/src/components/list/ListView.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}