Skip to content

Commit 0c03cd4

Browse files
author
Ives van Hoorne
committed
Prevent githubUrl from creating an empty text node
1 parent 55577d2 commit 0c03cd4

File tree

1 file changed

+1
-1
lines changed
  • src/app/pages/Sandbox/Editor/Workspace/Project

1 file changed

+1
-1
lines changed

src/app/pages/Sandbox/Editor/Workspace/Project/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export default class Project extends React.PureComponent {
148148
</Item>
149149
</div>}
150150

151-
{githubUrl &&
151+
{!!githubUrl &&
152152
<div>
153153
<WorkspaceSubtitle>Source Control</WorkspaceSubtitle>
154154
<Item>

0 commit comments

Comments
 (0)