Skip to content

Commit

Permalink
Address React invariant violation (#4129)
Browse files Browse the repository at this point in the history
Fixes #4128
  • Loading branch information
bdukes authored Sep 27, 2020
1 parent 7cda0ae commit d8e1906
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class App extends Component {
const buttonVisible = utils.isHostUser();
if (this.props.reloadPage) {
window.top.location.reload();
return;
return null;
}
return (
<div className="servers-app personaBar-mainContainer">
Expand Down

0 comments on commit d8e1906

Please sign in to comment.