diff --git a/src/components/country-flag.tsx b/src/components/country-flag.tsx index 0cfbd96..f27ab21 100644 --- a/src/components/country-flag.tsx +++ b/src/components/country-flag.tsx @@ -8,7 +8,7 @@ export default function CountryFlag({ code, size = 24 }: Props) { // eslint-disable-next-line @next/next/no-img-element Player Country
- {!player.inactive && <>{/* */}} + {!player.inactive && ( + <> + + + )}