mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-05-02 01:01:08 +00:00
save
This commit is contained in:
parent
e78279114a
commit
55ceb187a1
1 changed files with 12 additions and 10 deletions
|
@ -53,6 +53,7 @@
|
||||||
{/key}
|
{/key}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
{#if remainingAccounts.length > 0}
|
||||||
<GroupedListSection>
|
<GroupedListSection>
|
||||||
{#each remainingAccounts as account (account.id_key)}
|
{#each remainingAccounts as account (account.id_key)}
|
||||||
<div animate:flip={{ duration: 250 }} transition:blur>
|
<div animate:flip={{ duration: 250 }} transition:blur>
|
||||||
|
@ -63,6 +64,7 @@
|
||||||
</div>
|
</div>
|
||||||
{/each}
|
{/each}
|
||||||
</GroupedListSection>
|
</GroupedListSection>
|
||||||
|
{/if}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<GroupedListSection>
|
<GroupedListSection>
|
||||||
|
|
Loading…
Add table
Reference in a new issue