Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Li <[email protected]>
  • Loading branch information
yuvipanda and manics authored Dec 14, 2024
1 parent 9a73e00 commit 4d670a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binderhub/static/js/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const BUILD_TOKEN = PAGE_CONFIG.buildToken;

export function App({ routerHook }) {
// Wouter's <Router> 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)
Expand Down

0 comments on commit 4d670a5

Please sign in to comment.