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"}
|
{#if item.privacy && item.privacy.visibility === "private"}
|
||||||
<FaLock />
|
<FaLock />
|
||||||
{:else if pageOptions.type === "member"}
|
{:else if pageOptions.type === "member"}
|
||||||
<FaLock />
|
<FaUserCircle />
|
||||||
{:else if pageOptions.type === "group"}
|
{:else if pageOptions.type === "group"}
|
||||||
<FaUsers />
|
<FaUsers />
|
||||||
{/if}
|
{/if}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user