From 4d670a5dd1377336d18b988025940e8908db007e Mon Sep 17 00:00:00 2001 From: Yuvi Panda Date: Sat, 14 Dec 2024 15:36:31 -0800 Subject: [PATCH] Fix typo Co-authored-by: Simon Li --- binderhub/static/js/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binderhub/static/js/App.jsx b/binderhub/static/js/App.jsx index 03c913141..6586dd7f1 100644 --- a/binderhub/static/js/App.jsx +++ b/binderhub/static/js/App.jsx @@ -52,7 +52,7 @@ const BUILD_TOKEN = PAGE_CONFIG.buildToken; export function App({ routerHook }) { // Wouter's component requires *not* having trailing slash to function - // the way we ant + // the way we want const baseRouteUrl = BASE_URL.pathname.slice(-1) == "/" ? BASE_URL.pathname.slice(0, -1)