👌 restore sidebar

This commit is contained in:
ghalestrilo 2020-08-11 18:06:14 -03:00
parent 5b12572f84
commit c50ca2a969
1 changed files with 1 additions and 4 deletions

View File

@ -36,10 +36,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>
);