diff --git a/libs/remix-ui/tree-view/src/lib/remix-ui-tree-view.tsx b/libs/remix-ui/tree-view/src/lib/remix-ui-tree-view.tsx index 3fb4acfeb2..4f47c123c4 100644 --- a/libs/remix-ui/tree-view/src/lib/remix-ui-tree-view.tsx +++ b/libs/remix-ui/tree-view/src/lib/remix-ui-tree-view.tsx @@ -7,11 +7,9 @@ export const TreeView = (props: TreeViewProps) => { const { children, id, ...otherProps } = props return ( -
- -
+ ) } diff --git a/libs/remix-ui/workspace/src/lib/components/file-explorer.tsx b/libs/remix-ui/workspace/src/lib/components/file-explorer.tsx index a16b626f56..3ffcf6abb3 100644 --- a/libs/remix-ui/workspace/src/lib/components/file-explorer.tsx +++ b/libs/remix-ui/workspace/src/lib/components/file-explorer.tsx @@ -454,7 +454,7 @@ export const FileExplorer = (props: FileExplorerProps) => { } expand={true}> -
+
{ files[ROOT_PATH] && Object.keys(files[ROOT_PATH]).map((key, index) =>
-
+
@@ -686,7 +686,7 @@ export function Workspace () {
-
{ toggleDropdown(false) }}> +
{ toggleDropdown(false) }}>
{ (global.fs.browser.isRequestingWorkspace || global.fs.browser.isRequestingCloning) &&
} { !(global.fs.browser.isRequestingWorkspace || global.fs.browser.isRequestingCloning) && @@ -730,7 +730,7 @@ export function Workspace () { } { global.fs.localhost.isRequestingLocalhost &&
} { (global.fs.mode === 'localhost' && global.fs.localhost.isSuccessfulLocalhost) && -
+