diff --git a/res/index.js b/res/index.js index b6c499b..510a5ab 100644 --- a/res/index.js +++ b/res/index.js @@ -86,7 +86,7 @@ const updateFromCurrentPathname = () => { const buttonId = getButtonFromPathname(pathname); changeSelected(buttonId); - peformRouteAction(route); + peformRouteAction(pathname); } A(() => {