pull/5735/merge
Joseph Izang 1 week ago committed by Aniket
parent a48938ab7b
commit fa2c3f6c78
  1. 8
      libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx

@ -1123,13 +1123,7 @@ export function Workspace() {
>
{currentWorkspace === LOCALHOST ? (
<span>&#10003; Connected to Local Filesystem </span>
) : (
// <span className="pl-3">
// {' '}
// <FormattedMessage id="filePanel.connectToLocalhost" />{' '}
// </span>
null
)}
) : null}
</Dropdown.Item>}
<ShowNonLocalHostMenuItems />
{(global.fs.browser.workspaces.length <= 0 || currentWorkspace === NO_WORKSPACE) && (

Loading…
Cancel
Save