Set hydrated flag if state does not exist
This commit is contained in:
parent
cc3d27b0f6
commit
33301ba4a0
|
|
@ -513,6 +513,6 @@ function rehydrateApplicationState() {
|
||||||
type: actionTypesTournamentlist.REHYDRATE,
|
type: actionTypesTournamentlist.REHYDRATE,
|
||||||
parameters: Object.assign({}, persistedState.tournamentlist)
|
parameters: Object.assign({}, persistedState.tournamentlist)
|
||||||
});
|
});
|
||||||
applicationHydrated = true;
|
|
||||||
}
|
}
|
||||||
|
applicationHydrated = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue