fix(dashboard): fix member icons
This commit is contained in:
parent
96b552b39c
commit
ee0a44f891
@ -123,7 +123,7 @@
|
||||
{#if item.privacy && item.privacy.visibility === "private"}
|
||||
<FaLock />
|
||||
{:else if pageOptions.type === "member"}
|
||||
<FaLock />
|
||||
<FaUserCircle />
|
||||
{:else if pageOptions.type === "group"}
|
||||
<FaUsers />
|
||||
{/if}
|
||||
|
Loading…
Reference in New Issue
Block a user