diff --git a/geneit_app/src/widgets/simple_family_tree/SimpleFamilyTree.tsx b/geneit_app/src/widgets/simple_family_tree/SimpleFamilyTree.tsx index b771a26..96896fb 100644 --- a/geneit_app/src/widgets/simple_family_tree/SimpleFamilyTree.tsx +++ b/geneit_app/src/widgets/simple_family_tree/SimpleFamilyTree.tsx @@ -307,7 +307,7 @@ function NodeArea(p: { } // If the mother is the mother of all the children, while the // father is not the father of any of the children - if ( + else if ( pers2 && p.node.down.every( (n) => n.member.father !== pers1.id && n.member.mother === pers2!.id