feat: refactor WinPanel to use selectedCharacter prop for improved clarity and consistency

This commit is contained in:
2026-03-03 19:11:08 +01:00
parent 7ecc46b5a6
commit 4ee7445b68
3 changed files with 88 additions and 131 deletions

View File

@@ -233,7 +233,7 @@
{#if hasWon}
<WinPanel
{dailyCharacter}
selectedCharacter={dailyCharacter}
{selectedCharacters}
{isGeckoMoriaWin}
/>