mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 08:03:49 +00:00
Fix display of gender label in the filiation
This commit is contained in:
@@ -173,7 +173,7 @@ const store = createStore({
|
||||
person.group = person.type;
|
||||
person._id = person.id;
|
||||
person.id = `person_${person.id}`;
|
||||
person.label = `*${person.text}${person.deathdate ? " (‡)" : ""}*\n_${person.gender.label.fr}${age}_${debug}`;
|
||||
person.label = `*${person.text}${person.deathdate ? " (‡)" : ""}*\n_${person.gender.label}${age}_${debug}`;
|
||||
person.folded = false;
|
||||
// folded is used for missing persons
|
||||
if (options.folded) {
|
||||
|
Reference in New Issue
Block a user