misc: leave button

This commit is contained in:
glazk0 2025-01-29 14:25:05 +01:00
parent fde6b26569
commit 4775802a55
No known key found for this signature in database

View file

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