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);
|
||||
__store.dispatch({
|
||||
type: actionTypesTournamentStatistics.INT_REQUEST_TOURNAMENT_STATISTICS,
|
||||
state: action.state,
|
||||
parameters: {
|
||||
code: action.parameters.code,
|
||||
tournamentInfo: transformTournamentInfoToStatistics(resp.data),
|
||||
|
|
|
|||
Loading…
Reference in New Issue