From 64a39eec6a00679baa9c1f1f7496e083b1253973 Mon Sep 17 00:00:00 2001 From: Taken Date: Sun, 14 Sep 2025 13:40:25 +0200 Subject: [PATCH] Updated online status --- .../(stats)/player/[ign]/_components/Sidebar.tsx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/app/(stats)/player/[ign]/_components/Sidebar.tsx b/src/app/(stats)/player/[ign]/_components/Sidebar.tsx index bb452ff..4ee4376 100644 --- a/src/app/(stats)/player/[ign]/_components/Sidebar.tsx +++ b/src/app/(stats)/player/[ign]/_components/Sidebar.tsx @@ -204,7 +204,20 @@ export default function Sidebar({ level, ign, player, guild, rank, specialRank, } function OnlineStatus() { - if (!session?.online) return null + if (!session?.online) { + return ( + <> +
+

Online Status

+

+ {"Status: "} + Offline +

+
+ + + ) + } const noMapGameTypes = ["BUILD_BATTLE", "HOUSING", "REPLAY"] const noMapArcadeModes = [