Skip to content

Commit 636478b

Browse files
author
Vikas Agarwal
committed
Github issue#1327, Remove customer-specific navigation from logged out state
— Fixed
1 parent 9d86333 commit 636478b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TopBar/ProjectsToolBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class ProjectsToolBar extends Component {
148148
target: '_blank'
149149
}
150150
]
151-
const menuBar = !isPowerUser && <MenuBar mobileBreakPoint={767} items={primaryNavigationItems} orientation="horizontal" forReactRouter />
151+
const menuBar = !!isLoggedIn && !isPowerUser && <MenuBar mobileBreakPoint={767} items={primaryNavigationItems} orientation="horizontal" forReactRouter />
152152

153153
return (
154154
<div className="ProjectsToolBar">

0 commit comments

Comments
 (0)