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
|
{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}
|
||||||
|
|
Loading…
Add table
Reference in a new issue