From 0f05304ec3f216f22b3f63ec0114e288c3b9da73 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Tue, 16 Sep 2025 21:07:02 +0200 Subject: [PATCH] Fix typo --- web/components/optional-lover-form.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)} />