diff --git a/web/components/add-option-entry.tsx b/web/components/add-option-entry.tsx index 4e8e6f4..9a8b778 100644 --- a/web/components/add-option-entry.tsx +++ b/web/components/add-option-entry.tsx @@ -6,7 +6,7 @@ import {colClassName, labelClassName} from "web/pages/signup"; import {MultiCheckbox} from "web/components/multi-checkbox"; export function AddOptionEntry(props: { - title: string + title?: string choices: { [key: string]: string } setChoices: (choices: any) => void profile: ProfileWithoutUser, @@ -15,7 +15,7 @@ export function AddOptionEntry(props: { }) { const {profile, setProfile, label, choices, setChoices, title} = props return - + {title && } */} {/**/} - {t('profile.optional.title', 'More about me')} -
- {t('profile.optional.subtitle', 'Optional information')} -
+ {t('profile.optional.subtitle', 'Optional information')} + +