diff --git a/src/main/frontend/app/components/file-structure/editor-file-structure.tsx b/src/main/frontend/app/components/file-structure/editor-file-structure.tsx index 1476efd9..15beef18 100644 --- a/src/main/frontend/app/components/file-structure/editor-file-structure.tsx +++ b/src/main/frontend/app/components/file-structure/editor-file-structure.tsx @@ -340,52 +340,72 @@ export default function EditorFileStructure() {
{item.isFolder && ( - +
)} {item.isFolder && ( - + )} {!isRoot && ( - + )} {!isRoot && ( - + )}