We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e430652 commit 7c2a624Copy full SHA for 7c2a624
client/modules/App/App.jsx
@@ -34,8 +34,7 @@ class App extends React.Component {
34
render() {
35
return (
36
<div className="app">
37
- {/* FIXME: remove false */}
38
- {false && this.state.isMounted && !window.devToolsExtension && getConfig('NODE_ENV') === 'development' && <DevTools />}
+ {this.state.isMounted && !window.devToolsExtension && getConfig('NODE_ENV') === 'development' && <DevTools />}
39
{this.props.children}
40
</div>
41
);
0 commit comments