diff --git a/client/modules/App/App.jsx b/client/modules/App/App.jsx index 79a8549f..af441a9d 100644 --- a/client/modules/App/App.jsx +++ b/client/modules/App/App.jsx @@ -34,9 +34,7 @@ class App extends React.Component { render() { return (
- {/* FIXME: remove "false &&" from line below */} - {false && this.state.isMounted && !window.devToolsExtension && getConfig('NODE_ENV') === 'development' && } - {/* {this.state.isMounted && !window.devToolsExtension && getConfig('NODE_ENV') === 'development' && } */} + {this.state.isMounted && !window.devToolsExtension && getConfig('NODE_ENV') === 'development' && } {this.props.children}
);