diff --git a/js/api.js b/js/api.js index bf66369..6eb486c 100644 --- a/js/api.js +++ b/js/api.js @@ -513,6 +513,6 @@ function rehydrateApplicationState() { type: actionTypesTournamentlist.REHYDRATE, parameters: Object.assign({}, persistedState.tournamentlist) }); - applicationHydrated = true; } + applicationHydrated = true; }