fix: show create member page with no members

This commit is contained in:
Sam 2023-03-14 17:11:09 +01:00
parent ec6043df30
commit b50bed296a
No known key found for this signature in database
GPG Key ID: B4EF20DDE721CAA1
1 changed files with 1 additions and 1 deletions

View File

@ -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 />