diff --git a/client/src/components/footer.jsx b/client/src/components/footer.jsx
index 8b726001..55844592 100644
--- a/client/src/components/footer.jsx
+++ b/client/src/components/footer.jsx
@@ -23,8 +23,10 @@ function renderHeader(args) {
nav,
instance,
game,
+ account,
} = args;
+ if (!account) return false;
if (game) return ;
if (instance) return ;