mirror of
https://codeberg.org/pronounscc/pronouns.cc.git
synced 2024-11-20 12:19:52 +01:00
fix: show create member page with no members
This commit is contained in:
parent
ec6043df30
commit
b50bed296a
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@
|
|||
</div>
|
||||
{/each}
|
||||
</div>
|
||||
{#if data.members.length > 0}
|
||||
{#if data.members.length > 0 || ($userStore && $userStore.id === data.id)}
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<hr />
|
||||
|
|
Loading…
Reference in a new issue