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.
2 parents 7378cf9 + e069a49 commit 09b729bCopy full SHA for 09b729b
src/components/TopBar/ProjectsToolBar.js
@@ -194,7 +194,7 @@ class ProjectsToolBar extends Component {
194
</div>
195
}
196
<div className="actions">
197
- <NewProjectNavLink compact link={getNewProjectLink(orgConfig)} />
+ {isLoggedIn && <NewProjectNavLink compact link={getNewProjectLink(orgConfig)} />}
198
{ userMenu }
199
{/* pass location, to make sure that component is re-rendered when location is changed
200
it's necessary to hide notification dropdown on mobile when users uses browser history back/forward buttons */}
0 commit comments