Skip to content

Commit c50ca2a

Browse files
committed
👌 restore sidebar
1 parent 5b12572 commit c50ca2a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

client/modules/App/App.jsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ class App extends React.Component {
3636
render() {
3737
return (
3838
<div className="app">
39-
{false &&
40-
this.state.isMounted &&
41-
!window.devToolsExtension &&
42-
getConfig('NODE_ENV') === 'development' && <DevTools />}
39+
{this.state.isMounted && !window.devToolsExtension && getConfig('NODE_ENV') === 'development' && <DevTools />}
4340
{this.props.children}
4441
</div>
4542
);

0 commit comments

Comments
 (0)