diff --git a/src/Components/Sidebar/Sidebar.tsx b/src/Components/Sidebar/Sidebar.tsx index 62fe55c..fa2bbbb 100644 --- a/src/Components/Sidebar/Sidebar.tsx +++ b/src/Components/Sidebar/Sidebar.tsx @@ -14,6 +14,7 @@ function HandleDragStart(event: React.DragEvent): void { export function Sidebar(props: ISidebarProps): JSX.Element { const listElements = props.componentOptions.map(componentOption => + componentOption.IsHidden !== true &&