Skip to content

Commit

Permalink
Update auto_bio.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shogenapps committed Jun 6, 2024
1 parent f0fb037 commit 60a2d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/auto_bio/auto_bio.js
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ export function assignCemeteryFromSources() {

export function buildDeath(person) {
if (!isOK(person?.DeathDate) && !isOK(person.DeathDecade) && !isOK(person.DeathLocation)) {
return false;
return "";
}
const diedWord = window.autoBioOptions?.diedWord || "died";
let text = person.PersonName.FirstName + " " + diedWord;
Expand Down

0 comments on commit 60a2d17

Please sign in to comment.