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)