Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
joeizang committed Feb 17, 2025
1 parent d5c4d47 commit b30a808
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) && (
Expand Down

0 comments on commit b30a808

Please sign in to comment.