Skip to content

Commit fed034e

Browse files
committed
Debug info
1 parent d3e0633 commit fed034e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/shared/components/Header/index.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ const Header = ({
7070
}, []);
7171

7272
if (TopNavRef) {
73+
console.log('TopNavRef');
74+
console.log(JSON.stringify(profile, 4, null));
75+
7376
return (
7477
<div styleName="nav-header-wrapper">
7578
<TopNavRef

0 commit comments

Comments
 (0)