Skip to content

Commit

Permalink
Show VIP status on icon grid again (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
cemathey authored Oct 18, 2023
1 parent 0bee6df commit f5ad868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rcongui/src/components/PlayersHistory/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ class PlayersHistory extends React.Component {
page: data.result.page,
});
})
.then(this.loadVips)
.then(this.loadBans)
.catch(handle_http_errors);
}
Expand Down

0 comments on commit f5ad868

Please sign in to comment.