Skip to content

Commit b2ba22a

Browse files
committed
👌 revert hide sidebar
1 parent b55bec1 commit b2ba22a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

client/modules/App/App.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ class App extends React.Component {
3434
render() {
3535
return (
3636
<div className="app">
37-
{/* FIXME: remove "false &&" from line below */}
38-
{false && this.state.isMounted && !window.devToolsExtension && getConfig('NODE_ENV') === 'development' && <DevTools />}
39-
{/* {this.state.isMounted && !window.devToolsExtension && getConfig('NODE_ENV') === 'development' && <DevTools />} */}
37+
{this.state.isMounted && !window.devToolsExtension && getConfig('NODE_ENV') === 'development' && <DevTools />}
4038
{this.props.children}
4139
</div>
4240
);

0 commit comments

Comments
 (0)