fix: add the cardsheader back in bc i messed up git again
OTL
This commit is contained in:
parent
c7da3b749a
commit
445e3368e2
@ -274,6 +274,7 @@
|
||||
{#each slicedList as member, index (member.id)}
|
||||
{#if (!isPublic && member.privacy.visibility === "public") || isPublic}
|
||||
<AccordionItem>
|
||||
<CardsHeader bind:item={member} slot="header">
|
||||
<FaUserCircle slot="icon" />
|
||||
</CardsHeader>
|
||||
<Body on:update={updateList} on:updateGroups={updateGroups} bind:isPublic bind:groups bind:member />
|
||||
|
Loading…
Reference in New Issue
Block a user