🐛 Fixed old quizzes not showing up on user-screen

This commit is contained in:
Mawoka
2023-01-29 14:42:47 +01:00
parent ac86c9e782
commit ce67ba6a0c
3 changed files with 3 additions and 3 deletions
@@ -30,7 +30,6 @@
document.body.addEventListener('keydown', close_start_game_if_esc_is_pressed);
});
export let data: PageData;
console.log(data, 'data');
</script>
<svelte:head>