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.
2 parents b498baa + 697d768 commit 6e323fdCopy full SHA for 6e323fd
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