WIP building descending tree

This commit is contained in:
2023-08-23 10:27:51 +02:00
parent 911d59cddb
commit f4c226ac98
2 changed files with 94 additions and 174 deletions

View File

@ -122,7 +122,7 @@ export function FamilyMemberTreeRoute(): React.ReactElement {
{currTab === CurrTab.BasicTree ? (
<BasicFamilyTree tree={tree!} />
) : (
<ComplexFamilyTree />
<ComplexFamilyTree tree={tree!} />
)}
</Paper>
</div>