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 9d86333 commit 636478bCopy full SHA for 636478b
src/components/TopBar/ProjectsToolBar.js
@@ -148,7 +148,7 @@ class ProjectsToolBar extends Component {
148
target: '_blank'
149
}
150
]
151
- const menuBar = !isPowerUser && <MenuBar mobileBreakPoint={767} items={primaryNavigationItems} orientation="horizontal" forReactRouter />
+ const menuBar = !!isLoggedIn && !isPowerUser && <MenuBar mobileBreakPoint={767} items={primaryNavigationItems} orientation="horizontal" forReactRouter />
152
153
return (
154
<div className="ProjectsToolBar">
0 commit comments