fix unauth footer

This commit is contained in:
ntr 2019-06-11 18:11:18 +10:00
parent 1faf75bb40
commit 3705751d2b

View File

@ -23,8 +23,10 @@ function renderHeader(args) {
nav, nav,
instance, instance,
game, game,
account,
} = args; } = args;
if (!account) return false;
if (game) return <GameFooter />; if (game) return <GameFooter />;
if (instance) return <InstanceFooter />; if (instance) return <InstanceFooter />;