From 97b5f0563ffab5b9b8a61b2f2b539e8fb612f07a Mon Sep 17 00:00:00 2001 From: Kimmo Puputti Date: Tue, 17 Oct 2017 15:48:59 +0300 Subject: [PATCH] Remove commented code --- src/components/LayoutSideNavigation/LayoutSideNavigation.js | 4 ---- 1 file changed, 4 deletions(-) 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;