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 b55bec1 commit b2ba22aCopy full SHA for b2ba22a
client/modules/App/App.jsx
@@ -34,9 +34,7 @@ class App extends React.Component {
34
render() {
35
return (
36
<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 />} */}
+ {this.state.isMounted && !window.devToolsExtension && getConfig('NODE_ENV') === 'development' && <DevTools />}
40
{this.props.children}
41
</div>
42
);
0 commit comments