Skip to content

Commit 7c2a624

Browse files
committed
:firetruck: restore devtools sidebar
1 parent e430652 commit 7c2a624

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/modules/App/App.jsx

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

0 commit comments

Comments
 (0)