From e8f92dc2851e9c074f9e08eb4225e35c5daad04b Mon Sep 17 00:00:00 2001 From: Pauline Date: Wed, 11 Sep 2024 10:40:16 +0100 Subject: [PATCH] Fix eligibility typo --- pages/registration.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/registration.tsx b/pages/registration.tsx index 26b1376..9547b2d 100644 --- a/pages/registration.tsx +++ b/pages/registration.tsx @@ -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),