mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
fix: i don't need a second bool here
This commit is contained in:
parent
a64706d18f
commit
5e836a77dd
1 changed files with 2 additions and 2 deletions
|
|
@ -71,10 +71,10 @@
|
|||
<SystemMain bind:user isPublic={true} />
|
||||
</TabPane>
|
||||
<TabPane tabId="members" tab="Members" active={tabPane === "members"}>
|
||||
<MemberList bind:list={members} isPublic={true} isMainDash={false} />
|
||||
<MemberList bind:list={members} isPublic={true} />
|
||||
</TabPane>
|
||||
<TabPane tabId="groups" tab="Groups" active={tabPane === "groups"}>
|
||||
<GroupList bind:members={members} bind:list={groups} isPublic={true} isMainDash={false}/>
|
||||
<GroupList bind:members={members} bind:list={groups} isPublic={true}/>
|
||||
</TabPane>
|
||||
</TabContent>
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue