forked from CSGOWTF/csgowtf
fixed 'not working collapsible nav'
This commit is contained in:
@@ -6,4 +6,8 @@ export const GoToMatch = (id) => {
|
||||
|
||||
export const GoToPlayer = (id) => {
|
||||
router.push(`/player/${id}`)
|
||||
}
|
||||
|
||||
export const GoToLink = (link) => {
|
||||
router.push(`${link}`)
|
||||
}
|
||||
Reference in New Issue
Block a user