Show create icon when all workspaces are deleted

pull/2067/head
David Disu 3 years ago
parent dfe738d76b
commit f706ad00eb
  1. 2
      libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx

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

Loading…
Cancel
Save