From a0bcd328e62afbcf72625ca4a64f1fa4614c09ae Mon Sep 17 00:00:00 2001 From: Jonny Date: Wed, 29 May 2019 08:05:22 +0200 Subject: [PATCH] Fix bug preventing the request for the actual statistics to come through --- js/api.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/api.js b/js/api.js index ad3dd14..0ad5034 100644 --- a/js/api.js +++ b/js/api.js @@ -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),