🚑 Fixed game start not working
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
import BrownButton from '$lib/components/buttons/brown.svelte';
|
import BrownButton from '$lib/components/buttons/brown.svelte';
|
||||||
import type { PageData } from './$types';
|
import type { PageData } from './$types';
|
||||||
import { fly } from 'svelte/transition';
|
import { fly } from 'svelte/transition';
|
||||||
|
import StartGamePopup from '$lib/dashboard/start_game.svelte';
|
||||||
|
|
||||||
// import GrayButton from "$lib/components/buttons/gray.svelte";
|
// import GrayButton from "$lib/components/buttons/gray.svelte";
|
||||||
|
|
||||||
@@ -272,3 +273,6 @@
|
|||||||
{/await}
|
{/await}
|
||||||
</div>
|
</div>
|
||||||
<Footer />
|
<Footer />
|
||||||
|
{#if start_game !== null}
|
||||||
|
<StartGamePopup bind:quiz_id={start_game} />
|
||||||
|
{/if}
|
||||||
|
|||||||
Reference in New Issue
Block a user