Fix bug preventing the request for the actual statistics to come through
This commit is contained in:
parent
f1ca2d3d82
commit
a0bcd328e6
|
|
@ -266,6 +266,7 @@ const reducerTournamentStatistics = (state = defaultStateTournamentStatistics, a
|
||||||
storeOptionalToken(resp);
|
storeOptionalToken(resp);
|
||||||
__store.dispatch({
|
__store.dispatch({
|
||||||
type: actionTypesTournamentStatistics.INT_REQUEST_TOURNAMENT_STATISTICS,
|
type: actionTypesTournamentStatistics.INT_REQUEST_TOURNAMENT_STATISTICS,
|
||||||
|
state: action.state,
|
||||||
parameters: {
|
parameters: {
|
||||||
code: action.parameters.code,
|
code: action.parameters.code,
|
||||||
tournamentInfo: transformTournamentInfoToStatistics(resp.data),
|
tournamentInfo: transformTournamentInfoToStatistics(resp.data),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue