diff --git a/application/user-client/src/pages/Register.tsx b/application/user-client/src/pages/Register.tsx index 787529e6..eec9ca7e 100644 --- a/application/user-client/src/pages/Register.tsx +++ b/application/user-client/src/pages/Register.tsx @@ -110,7 +110,7 @@ export default function Register() { postcode: prefillProfile.postcode ?? '', mobile: prefillProfile.mobile ?? '', preferredContact: prefillProfile.preferredContact ?? ('MOBILE' as ContactMethod), - nok_first: prefillProfile.nextOfKin?.lastName ?? '', + nok_first: prefillProfile.nextOfKin?.firstName ?? '', nok_surname: prefillProfile.nextOfKin?.lastName ?? '', nok_email: prefillProfile.nextOfKin?.email ?? '', dependents: prefillProfile.dependents ?? [],