Skip to content

Commit

Permalink
fix eslint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jarno-knaw committed Jan 13, 2025
1 parent 2732a2c commit 4dcd1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const routeObject: RouteObject = {
}

function ErrorBoundary() {
let error = useRouteError()
const error = useRouteError()
console.error(error)
return <h1>Error loading page</h1>
}
Expand Down

0 comments on commit 4dcd1e5

Please sign in to comment.