diff --git a/src/components/ResourcesSidebar/index.tsx b/src/components/ResourcesSidebar/index.tsx index 30b5260..c5f6456 100644 --- a/src/components/ResourcesSidebar/index.tsx +++ b/src/components/ResourcesSidebar/index.tsx @@ -99,7 +99,7 @@ function Folder({ item }: { item: IFolder }) { {sortedChildren.map(node => ( - + ))} @@ -120,7 +120,7 @@ const FirstLevelFolder = memo(({ item }: { item: IFolder }) => { {humanize(item.title)} {sortedChildren.map(node => ( - + ))}