From f74405f0025f7e1779be73c1a41fa179bc8acffd Mon Sep 17 00:00:00 2001 From: Eric NGUYEN Date: Fri, 24 Feb 2023 14:20:22 +0100 Subject: [PATCH] Fix double button in ElementsSidebar --- src/Components/ElementsSidebar/ElementsSidebar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = ( - + ); }