Skip to content

Commit d804999

Browse files
committed
fix: remove invalid char
1 parent 62bed9c commit d804999

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/react/components/Router.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export function Router(options: RouterProps) {
231231

232232
const CurrentComponent = current.match.handler.component
233233
const middlewares = current.match.handler.middlewares
234-
1
234+
235235
return (
236236
<TransitionContext value={transition}>
237237
<NavigationContext value={navigation}>

0 commit comments

Comments
 (0)