Skip to content

Commit 34dc60c

Browse files
author
Vikas Agarwal
committed
Github issue#1267, Navigation small updates
— fixed minor issue which rendering a 0 close to Login button in the top bar
1 parent 3feb4a7 commit 34dc60c

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
@@ -185,7 +185,7 @@ class ProjectsToolBar extends Component {
185185
</div>
186186
}
187187
<div className="actions">
188-
{ isLoggedIn && <NewProjectNavLink compact /> }
188+
{ !!isLoggedIn && <NewProjectNavLink compact /> }
189189
{ userMenu }
190190
</div>
191191
</div>

0 commit comments

Comments
 (0)