👌 restore sidebar

This commit is contained in:
ghalestrilo 2020-08-21 15:22:08 -03:00
parent 7e2600abe4
commit 2169a6ec7f
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class App extends React.Component {
render() {
return (
<div className="app">
{false && this.state.isMounted && !window.devToolsExtension && getConfig('NODE_ENV') === 'development' && <DevTools />}
{this.state.isMounted && !window.devToolsExtension && getConfig('NODE_ENV') === 'development' && <DevTools />}
{this.props.children}
</div>
);