🚨 Fixed linter errors

This commit is contained in:
Mawoka
2022-08-25 19:23:10 +02:00
parent 68cfabbc5f
commit d02b72ca24
3 changed files with 4 additions and 3 deletions
@@ -42,7 +42,7 @@
plausible('Started Game', { props: { quiz_id: id } });
window.location.assign(`/admin?token=${data.game_id}&pin=${data.game_pin}&connect=1`);
};
/*
const deleteQuiz = async (to_delete: string) => {
if (!confirm('Do you really want to delete this quiz?')) {
return;
@@ -52,6 +52,8 @@
});
window.location.reload();
};
*/
</script>
<div class="w-screen p-8">