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> </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