mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(dashboard): make formatted group preview use total group count
This commit is contained in:
parent
99f905de4c
commit
a4fd48e64d
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@
|
|||
<CardBody>
|
||||
{#if groupsWithMember && groupsWithMember.length > 0}
|
||||
<p class="mb-0" style="text-align: left;">
|
||||
{#if finalGroupsList.length <= 5}
|
||||
{#if groupsWithMember.length <= 5}
|
||||
<AwaitHtml htmlPromise={parseMarkdown(shortGroupList(groupsWithMember), { embed: true, parseTimestamps: true })} />
|
||||
{:else}
|
||||
<AwaitHtml htmlPromise={parseMarkdown(longGroupList(groupsWithMember), { embed: true, parseTimestamps: true })} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue