diff --git a/frontend/src/components/profile/ProfileUpdateComponent.jsx b/frontend/src/components/profile/ProfileUpdateComponent.jsx index a38558c..ce3758c 100644 --- a/frontend/src/components/profile/ProfileUpdateComponent.jsx +++ b/frontend/src/components/profile/ProfileUpdateComponent.jsx @@ -102,7 +102,7 @@ export function ProfileUpdateComponent() { placeholder="Enter your first name" className="input w-full" value={firstName} - onChange={(e) => setFullName(e.target.value)} + onChange={(e) => setFirstName(e.target.value)} />