improved subNav for matches

This commit is contained in:
cnachtigall1991
2021-10-16 12:52:26 +02:00
parent d6e862a5a1
commit f306b07f3e
4 changed files with 48 additions and 32 deletions

View File

@@ -9,5 +9,5 @@ export const GoToPlayer = (id) => {
}
export const GoToLink = (link) => {
router.push(link)
router.replace(link)
}