🐛 Formatted and fixed stuff

This commit is contained in:
Mawoka
2022-04-14 15:45:17 +02:00
parent b726e021b5
commit 0ea8e06f1d
10 changed files with 3996 additions and 3012 deletions
+9 -9
View File
@@ -205,15 +205,15 @@
{/each}
{/if}
</ul>
<!--{#if players.length > 0}-->
<button
on:click={() => {
socket.emit('start_game', '');
game_started = true;
}}
>{$t('admin_page.start_game')}
</button>
<!--{/if}-->
{#if players.length > 0}
<button
on:click={() => {
socket.emit('start_game', '');
game_started = true;
}}
>{$t('admin_page.start_game')}
</button>
{/if}
{:else}
{#if timer_res === undefined}
<span>Select a question to start!</span>