fixed loading error handling

This commit is contained in:
Integral Team 2019-09-11 15:16:44 +07:00
parent dd2861fe5c
commit 0bfb1dee90
4 changed files with 79 additions and 26 deletions

View file

@ -218,7 +218,7 @@ function* authCheckSaga() {
if (user) {
yield put(setUser(user));
pushLoaderState(' ...готово');
pushLoaderState(99);
return yield call(mapInitSaga);
}
@ -231,7 +231,7 @@ function* authCheckSaga() {
if (user) {
yield put(setUser(user));
pushLoaderState(' ...готово');
pushLoaderState(99);
return yield call(mapInitSaga);
} else if (!ready) {