Skip to content

Commit

Permalink
remove duplicate field
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Apr 2, 2024
1 parent 5cc7857 commit 2598f73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/houdini-react/src/runtime/routing/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ export function Router({
pathname: currentURL,
goto: setCurrentURL,
params: variables ?? {},
goto: setCurrentURL,
}}
>
<PageComponent url={currentURL} key={page.id} />
Expand Down

0 comments on commit 2598f73

Please sign in to comment.