fix unauth footer
This commit is contained in:
parent
1faf75bb40
commit
3705751d2b
@ -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 />;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user