Merge branch 'master' into rendercomponent

pull/5370/head
bunsenstraat 3 years ago committed by GitHub
commit b4a6012d67
  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