From 84ef1efaacba65c2def360df059868cdd4f19038 Mon Sep 17 00:00:00 2001 From: hippoz Date: Sun, 25 Oct 2020 16:25:02 +0200 Subject: [PATCH] whoopsie x2 --- res/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(() => {