Skip to content

Commit

Permalink
Address React invariant violation
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed Sep 25, 2020
1 parent 6f883ba commit 9c29ccf
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 9c29ccf

Please sign in to comment.