diff --git a/client/modules/App/App.jsx b/client/modules/App/App.jsx index 27de8b67..a4ec3d7a 100644 --- a/client/modules/App/App.jsx +++ b/client/modules/App/App.jsx @@ -36,10 +36,7 @@ class App extends React.Component { render() { return (
- {false && - this.state.isMounted && - !window.devToolsExtension && - getConfig('NODE_ENV') === 'development' && } + {this.state.isMounted && !window.devToolsExtension && getConfig('NODE_ENV') === 'development' && } {this.props.children}
);