From ec40f1b5647541115ea6b7281f99271b6d8e15dc Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 10 Oct 2024 00:03:03 +0100 Subject: [PATCH] oops --- projects/website/src/components/player/player-header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/website/src/components/player/player-header.tsx b/projects/website/src/components/player/player-header.tsx index 89cf559..e223d4d 100644 --- a/projects/website/src/components/player/player-header.tsx +++ b/projects/website/src/components/player/player-header.tsx @@ -106,7 +106,7 @@ export default function PlayerHeader({ player }: Props) { {player.inactive &&

Inactive Account

} {player.banned &&

Banned Account

} -
+
{playerData.map((subName, index) => { // Check if the player is inactive or banned and if the data should be shown if (!subName.showWhenInactiveOrBanned && (player.inactive || player.banned)) {