Skip to content

Commit

Permalink
Make new workspace button visible only in electron (graphql#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
lekterable authored and huv1k committed Feb 1, 2019
1 parent 607d8d5 commit 9e71d93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class ProjectsSideNav extends React.Component<Props & ReduxProps, {}> {
})}
</div>
</List>
{true && (
{isElectron && (
<Footer>
<WorkspaceButton onClick={onNewWorkspace}>
<AddFullIcon width={14} height={14} strokeWidth={6} />
Expand Down

0 comments on commit 9e71d93

Please sign in to comment.