Skip to content

Commit

Permalink
Update eligibility page
Browse files Browse the repository at this point in the history
Co-authored-by: Aditya Mishra <98681758+this-Aditya@users.noreply.github.com>
  • Loading branch information
mpgxvii and this-Aditya authored Aug 19, 2024
1 parent 8af964e commit b9b9428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/eligibility.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const Eligibility: NextPage = () => {
toast.success("Congrats, you're eligible!", {
position: toast.POSITION.TOP_CENTER,
closeButton: false,
onClose: () => router.push("/registration"),
onClose: () => router.replace("/registration"),
})
}
}
Expand Down

0 comments on commit b9b9428

Please sign in to comment.