From 8fcf6533d37aa014064202fc1dc25860b7f9f225 Mon Sep 17 00:00:00 2001 From: ghalestrilo Date: Wed, 5 Aug 2020 15:28:13 -0300 Subject: [PATCH] :bug: restore sidebar --- client/modules/App/App.jsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/client/modules/App/App.jsx b/client/modules/App/App.jsx index 4f69fb7c..af441a9d 100644 --- a/client/modules/App/App.jsx +++ b/client/modules/App/App.jsx @@ -34,10 +34,7 @@ class App extends React.Component { render() { return (
-
- - {this.state.isMounted && !window.devToolsExtension && getConfig('NODE_ENV') === 'development' && } -
+ {this.state.isMounted && !window.devToolsExtension && getConfig('NODE_ENV') === 'development' && } {this.props.children}
);