Skip to content

Commit

Permalink
Fix eligibility typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed Sep 11, 2024
1 parent faab1c0 commit e8f92dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/registration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const Registration: NextPage = () => {
const project = {
id: projectId,
name: projectId,
eligbility: JSON.parse(eligibility),
eligibility: JSON.parse(eligibility),
}
const updatedValues = {
...parseObject(values),
Expand Down

0 comments on commit e8f92dc

Please sign in to comment.