Fix gender

This commit is contained in:
MartinBraquet
2025-09-11 16:20:11 +02:00
parent 41535a68be
commit 4cb14ec8cc

View File

@@ -54,9 +54,7 @@ export function PrefGenderFilter(props: {
choices={{
Women: 'female',
Men: 'male',
'Non-binary': 'non-binary',
'Trans women': 'trans-female',
'Trans men': 'trans-male',
Other: 'other',
}}
onChange={(c) => {
updateFilter({ pref_gender: c })