From 2d05d83dd0c5cabe9a11c034a394cfa5f2fccdfe Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Tue, 14 Oct 2025 11:02:50 +0200 Subject: [PATCH] Always show relationship questions when connection type includes relationships --- web/components/optional-profile-form.tsx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/web/components/optional-profile-form.tsx b/web/components/optional-profile-form.tsx index f0fc5fa0..11376c6c 100644 --- a/web/components/optional-profile-form.tsx +++ b/web/components/optional-profile-form.tsx @@ -276,9 +276,10 @@ export const OptionalLoveUserForm = (props: { + onChange={(selected) => { setProfile('pref_relation_styles', selected) - } + setLookingRelationship((selected || []).includes('relationship')) + }} /> @@ -530,14 +531,14 @@ export const OptionalLoveUserForm = (props: { /> - - - setLookingRelationship(c)} - /> - + {/**/} + {/* */} + {/* setLookingRelationship(c)}*/} + {/* />*/} + {/**/} {lookingRelationship && <>