diff --git a/new-client/src/plugins/BaseWindowPlugin.js b/new-client/src/plugins/BaseWindowPlugin.js index e0f5d79ce..4ad7076a6 100644 --- a/new-client/src/plugins/BaseWindowPlugin.js +++ b/new-client/src/plugins/BaseWindowPlugin.js @@ -252,8 +252,8 @@ class BaseWindowPlugin extends React.PureComponent { } render() { + // Don't render if "clean" query param is specified, otherwise go on return ( - // Don't render if "clean" query param is specified, otherwise go on this.props.app.config.mapConfig.map.clean !== true && this.renderWindow() ); }