diff --git a/src/components/Common/Flag.svelte b/src/components/Common/Flag.svelte index 1b609cd..906c877 100644 --- a/src/components/Common/Flag.svelte +++ b/src/components/Common/Flag.svelte @@ -1,5 +1,5 @@ {#if country && country.length} - dispatch('flag-click', {country: country.toLowerCase()})}> {/if} diff --git a/src/components/Player/PlayerStats.svelte b/src/components/Player/PlayerStats.svelte index 7b20757..2b52b31 100644 --- a/src/components/Player/PlayerStats.svelte +++ b/src/components/Player/PlayerStats.svelte @@ -1,15 +1,14 @@