Skip to content

Commit

Permalink
chore: router replace instead of push
Browse files Browse the repository at this point in the history
  • Loading branch information
aegroto committed Nov 21, 2024
1 parent 524a522 commit 399121d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/recent-header.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function ActiveBountiesCheckbox ({ router, prefix }) {
url.searchParams.set('active', true)
}

router.push(url)
router.replace(url)
}

return (
Expand Down

0 comments on commit 399121d

Please sign in to comment.