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 ( + <> +
+ {"Status: "} + Offline +
+