fixed hash redirects

This commit is contained in:
muerwre 2019-02-11 18:03:35 +07:00
parent 79f7bf8b84
commit 46a9f9daba

View file

@ -131,6 +131,9 @@ function* mapInitSaga() {
if (newUrl) {
yield pushPath(`/${newUrl}`);
yield put(setReady(true));
hideLoader();
return;
}
}