forked from mirrors/pronouns.cc
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