Merge branch 'master' into rendercomponent

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