👌 restore sidebar
This commit is contained in:
parent
7e2600abe4
commit
2169a6ec7f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue