mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Remove commented code
This commit is contained in:
parent
6ea0862ce8
commit
97b5f0563f
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue