diff --git a/src/wikitree.ts b/src/wikitree.ts index 898b903..ac24c85 100644 --- a/src/wikitree.ts +++ b/src/wikitree.ts @@ -317,7 +317,7 @@ function convertPerson(person: Person): JsonIndi { indi.sex = 'F'; } if ( - (person.BirthDate && person.DeathDate !== '0000-00-00') || + (person.BirthDate && person.BirthDate !== '0000-00-00') || person.BirthLocation ) { const parsedDate = parseDate(