diff --git a/src/Components/ElementsSidebar/ElementsSidebar.tsx b/src/Components/ElementsSidebar/ElementsSidebar.tsx index 222be2e..1e38f67 100644 --- a/src/Components/ElementsSidebar/ElementsSidebar.tsx +++ b/src/Components/ElementsSidebar/ElementsSidebar.tsx @@ -373,7 +373,7 @@ function ElementsListRow( let expandButton; if (container.children.length > 0 && container !== mainContainer) { expandButton = ( - + ); }