diff --git a/src/components/LayoutSideNavigation/LayoutSideNavigation.js b/src/components/LayoutSideNavigation/LayoutSideNavigation.js index 011d1e41..b10d2dd8 100644 --- a/src/components/LayoutSideNavigation/LayoutSideNavigation.js +++ b/src/components/LayoutSideNavigation/LayoutSideNavigation.js @@ -23,10 +23,6 @@ const prepareChildren = children => { React.Children.forEach(children, child => { if (child.type === TopbarWrapper) { - // return React.cloneElement(child, { - // isOpen, - // onToggleActive: this.toggleOpen, - // }); childrenMap.topbarWrapper = child; } else if (child.type === SideNavWrapper) { childrenMap.sideNavWrapper = child;