fix: use correct key to map gender
This commit is contained in:
@@ -70,7 +70,7 @@ class AppRuntime implements RuntimeExtensionInterface
|
|||||||
|
|
||||||
return match ($gender) {
|
return match ($gender) {
|
||||||
'M' => 'männlich',
|
'M' => 'männlich',
|
||||||
'F' => 'weiblich',
|
'W' => 'weiblich',
|
||||||
'D' => 'divers',
|
'D' => 'divers',
|
||||||
default => '',
|
default => '',
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user