Skip to content

Commit

Permalink
Moved comment outside of the return statement, in an attempt to fix b…
Browse files Browse the repository at this point in the history
…roken transpilation, see facebook/create-react-app#8687.
  • Loading branch information
jacobwod committed Feb 22, 2021
1 parent 37dc5a4 commit d993969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new-client/src/plugins/BaseWindowPlugin.js
Expand Up @@ -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()
);
}
Expand Down

0 comments on commit d993969

Please sign in to comment.