Skip to content

Commit

Permalink
fix handler finshed tournament
Browse files Browse the repository at this point in the history
  • Loading branch information
ReDBrother committed Dec 2, 2023
1 parent 6e4d171 commit 1ecd01f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ export const activeGameReady = (machine, { cancelRedirect = false }) => dispatch
};

const handleTournamentRoundFinished = response => {
dispatch(actions.updateTournamentData({ state: response.state, breakState: response.breakState }));
dispatch(actions.updateTournamentData(response.tournament));
dispatch(actions.updateTournamentMatches(response.matches));
};

Expand Down

0 comments on commit 1ecd01f

Please sign in to comment.