Further cleanup, mostly with svelte 5 migration placeholder cleanup
This commit is contained in:
@@ -79,8 +79,6 @@ SPDX-License-Identifier: MPL-2.0
|
||||
{#if selected_tab === SelectedTab.Overview}
|
||||
<div in:fade|global={{ duration: 150 }}>
|
||||
<GeneralOverview
|
||||
questions={data.results.questions}
|
||||
answers={data.results.answers}
|
||||
scores={data.results.player_scores}
|
||||
title={data.results.title}
|
||||
timestamp={data.results.timestamp}
|
||||
|
||||
Reference in New Issue
Block a user