From 3705751d2b77ce76bff057bee3960019e06ea1d1 Mon Sep 17 00:00:00 2001 From: ntr Date: Tue, 11 Jun 2019 18:11:18 +1000 Subject: [PATCH] fix unauth footer --- client/src/components/footer.jsx | 2 ++ 1 file changed, 2 insertions(+) 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 ;