We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a122884 commit 3ecec98Copy full SHA for 3ecec98
src/shared/components/TopcoderFooter/index.jsx
@@ -36,8 +36,8 @@ export default function TopcoderFooter() {
36
const base = config.URL.BASE;
37
const authUrl = config.URL.AUTH;
38
const retUrl = isomorphy.isClientSide() ? encodeURIComponent(window.location.href) : '';
39
+ const loggedIn = isomorphy.isClientSide() && cookies.get('tcjwt') !== null;
40
const currentYear = moment().year();
- const loggedIn = cookies.get('tcjwt') !== null;
41
return (
42
<div styleName="footer" role="contentinfo">
43
<div styleName="footer-wrap">
0 commit comments