Skip to content

Commit fc9b219

Browse files
committed
Different debug logging
1 parent 46fcdbb commit fc9b219

File tree

1 file changed

+1
-1
lines changed
  • src/shared/containers/Contentful/MenuLoader

1 file changed

+1
-1
lines changed

src/shared/containers/Contentful/MenuLoader/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class MenuLoaderContainer extends React.Component {
125125
// eslint-disable-next-line global-require
126126
const { TopNav, LoginNav } = require('navigation-component');
127127
console.log('TopNavRef');
128-
console.log(JSON.stringify(profile, 4, null));
128+
console.log(JSON.stringify(auth.profile, 4, null));
129129
return (
130130
<TopNav
131131
menu={menu}

0 commit comments

Comments
 (0)