Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Sep 21, 2024
1 parent 1e73548 commit 26f8fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Renew/renewPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Renewal = () => {
} else {
router.push({
pathname: '/renew',
query: { network, core: parachains[0].core },
query: { network, paraId: parachains[0].paraId, core: parachains[0].core },
});
}
}, [router.query, parachains]);
Expand Down

0 comments on commit 26f8fb8

Please sign in to comment.