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 {group.playerCount} membres
</span> </span>
</div> </div>
{#if group.playerCount < limit} <!-- {#if group.playerCount < limit} -->
{#if page.data.user?.groups.some((g) => g.name === group.name)} {#if page.data.user?.groups.some((g) => g.name === group.name)}
<form <form
method="post" method="post"
@ -141,7 +141,7 @@
</Button> </Button>
</form> </form>
{/if} {/if}
{/if} <!-- {/if} -->
</div> </div>
</li> </li>
{/each} {/each}