Merge pull request #2067 from ethereum/show-icon

Show create icon when all workspaces are deleted
pull/1846/head^2
David Disu 3 years ago committed by GitHub
commit 5263f0d717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx

@ -127,7 +127,7 @@ export function Workspace () {
</label>
<span className="remixui_menu">
<span
hidden={currentWorkspace === LOCALHOST || currentWorkspace === NO_WORKSPACE}
hidden={currentWorkspace === LOCALHOST}
id='workspaceCreate'
data-id='workspaceCreate'
onClick={(e) => {

Loading…
Cancel
Save