Skip to content

Commit c74c36a

Browse files
committed
TC fix
1 parent 75a21b2 commit c74c36a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/components/optional-profile-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ export const OptionalProfileUserForm = (props: {
10051005
{t('profile.optional.mbti', 'MBTI Personality Type')}
10061006
</label>
10071007
<ChoicesToggleGroup
1008-
currentChoice={profile['mbti'] ?? ''}
1008+
currentChoice={profile['mbti'] as any}
10091009
choicesMap={MBTI_CHOICES}
10101010
setChoice={(c) => setProfile('mbti', c)}
10111011
className="grid grid-cols-4 xs:grid-cols-8"

0 commit comments

Comments
 (0)