From a9061afe1c4eff71afbaedcbe29394bdf2ec939a Mon Sep 17 00:00:00 2001 From: ghalestrilo Date: Tue, 11 Aug 2020 16:57:28 -0300 Subject: [PATCH] :ok_hand: restore sidebar --- client/modules/App/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/modules/App/App.jsx b/client/modules/App/App.jsx index 2c960b8b..af441a9d 100644 --- a/client/modules/App/App.jsx +++ b/client/modules/App/App.jsx @@ -34,7 +34,7 @@ class App extends React.Component { render() { return (
- {false && this.state.isMounted && !window.devToolsExtension && getConfig('NODE_ENV') === 'development' && } + {this.state.isMounted && !window.devToolsExtension && getConfig('NODE_ENV') === 'development' && } {this.props.children}
);