From 8314cbcf2d3c4b66d06af51a931724b8515fc0f6 Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 28 Oct 2024 13:22:23 +0000 Subject: [PATCH] bob the builder --- projects/website/src/components/player/player-info.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/website/src/components/player/player-info.tsx b/projects/website/src/components/player/player-info.tsx index 6ca82fa..5ea97ae 100644 --- a/projects/website/src/components/player/player-info.tsx +++ b/projects/website/src/components/player/player-info.tsx @@ -71,7 +71,7 @@ export function PlayerInfo({ src={`https://img.fascinated.cc/upload/w_128,h_128/${player.profilePicture}`} /> - {!hideCountryFlag && } + {!hideCountryFlag && } {useLink ? {name} : name} );