mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 00:30:11 +00:00
fix: add the cardsheader back in bc i messed up git again
OTL
This commit is contained in:
parent
c7da3b749a
commit
445e3368e2
1 changed files with 1 additions and 0 deletions
|
|
@ -274,6 +274,7 @@
|
||||||
{#each slicedList as member, index (member.id)}
|
{#each slicedList as member, index (member.id)}
|
||||||
{#if (!isPublic && member.privacy.visibility === "public") || isPublic}
|
{#if (!isPublic && member.privacy.visibility === "public") || isPublic}
|
||||||
<AccordionItem>
|
<AccordionItem>
|
||||||
|
<CardsHeader bind:item={member} slot="header">
|
||||||
<FaUserCircle slot="icon" />
|
<FaUserCircle slot="icon" />
|
||||||
</CardsHeader>
|
</CardsHeader>
|
||||||
<Body on:update={updateList} on:updateGroups={updateGroups} bind:isPublic bind:groups bind:member />
|
<Body on:update={updateList} on:updateGroups={updateGroups} bind:isPublic bind:groups bind:member />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue