We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8667e commit 65cad49Copy full SHA for 65cad49
libs/remix-ui/workspace/src/lib/components/file-explorer.tsx
@@ -318,8 +318,7 @@ export const FileExplorer = (props: FileExplorerProps) => {
318
}
319
320
useEffect(() => {
321
- if(files[ROOT_PATH]){
322
-
+ if (files[ROOT_PATH]){
323
try {
324
const children: FileType[] = files[ROOT_PATH] as any
325
setChildrenKeys(fileKeySort(children))
0 commit comments