misc: leave button
This commit is contained in:
parent
fde6b26569
commit
4775802a55
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@
|
|||
{group.playerCount} membres
|
||||
</span>
|
||||
</div>
|
||||
{#if group.playerCount < limit}
|
||||
<!-- {#if group.playerCount < limit} -->
|
||||
{#if page.data.user?.groups.some((g) => g.name === group.name)}
|
||||
<form
|
||||
method="post"
|
||||
|
@ -141,7 +141,7 @@
|
|||
</Button>
|
||||
</form>
|
||||
{/if}
|
||||
{/if}
|
||||
<!-- {/if} -->
|
||||
</div>
|
||||
</li>
|
||||
{/each}
|
||||
|
|
Loading…
Add table
Reference in a new issue