mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-29 19:31:19 -04:00
TC fix
This commit is contained in:
@@ -1005,7 +1005,7 @@ export const OptionalProfileUserForm = (props: {
|
||||
{t('profile.optional.mbti', 'MBTI Personality Type')}
|
||||
</label>
|
||||
<ChoicesToggleGroup
|
||||
currentChoice={profile['mbti'] ?? ''}
|
||||
currentChoice={profile['mbti'] as any}
|
||||
choicesMap={MBTI_CHOICES}
|
||||
setChoice={(c) => setProfile('mbti', c)}
|
||||
className="grid grid-cols-4 xs:grid-cols-8"
|
||||
|
||||
Reference in New Issue
Block a user