[Glitch] Fix incorrect use of old WebUI paths

Port 6b19e1e632 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Claire
2021-09-27 07:24:04 +02:00
parent 188d66c9a8
commit 345b64340b
4 changed files with 4 additions and 4 deletions

View File

@ -68,7 +68,7 @@ class FollowRecommendations extends ImmutablePureComponent {
}
}));
router.history.push('/timelines/home');
router.history.push('/home');
}
render () {