diff --git a/web/components/optional-lover-form.tsx b/web/components/optional-lover-form.tsx index 2b4d7e9d..bfcf139e 100644 --- a/web/components/optional-lover-form.tsx +++ b/web/components/optional-lover-form.tsx @@ -42,7 +42,7 @@ export const OptionalLoveUserForm = (props: { const {lover, user, buttonLabel, setLover, fromSignup, onSubmit} = props const [isSubmitting, setIsSubmitting] = useState(false) - const [lookingRelationship, setlookingRelationship] = useState(false) + const [lookingRelationship, setLookingRelationship] = useState(false) const router = useRouter() const [heightFeet, setHeightFeet] = useState( lover.height_in_inches @@ -534,7 +534,7 @@ export const OptionalLoveUserForm = (props: { setlookingRelationship(c)} + setChoice={(c) => setLookingRelationship(c)} />