Skip to content

Commit

Permalink
fixes pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
ReDBrother committed Dec 10, 2023
1 parent edb9d67 commit 3f95dac
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ export const connectToTournament = () => dispatch => {
dispatch(actions.updateTournamentData({
...response.tournament,
topPlayersIds: response.topPlayersIds,
playersPageNumber: 1,
playersPageSize: 20,
}));

dispatch(actions.updateTournamentPlayers(compact(response.players)));
Expand Down

0 comments on commit 3f95dac

Please sign in to comment.