mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
fixed hash redirects
This commit is contained in:
parent
79f7bf8b84
commit
46a9f9daba
1 changed files with 3 additions and 0 deletions
|
@ -131,6 +131,9 @@ function* mapInitSaga() {
|
||||||
|
|
||||||
if (newUrl) {
|
if (newUrl) {
|
||||||
yield pushPath(`/${newUrl}`);
|
yield pushPath(`/${newUrl}`);
|
||||||
|
yield put(setReady(true));
|
||||||
|
hideLoader();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue