From 52203bbb775c42a042bf0466b7b998784b066dd2 Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 27 Sep 2024 21:23:44 +0100 Subject: [PATCH] re-enable player rank chart and fix country flags --- src/components/country-flag.tsx | 2 +- src/components/player/player-data.tsx | 7 ++++++- src/components/player/player-rank-chart.tsx | 23 +++------------------ 3 files changed, 10 insertions(+), 22 deletions(-) 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 && ( + <> + + + )}