WIP building descending tree
This commit is contained in:
@ -122,7 +122,7 @@ export function FamilyMemberTreeRoute(): React.ReactElement {
|
||||
{currTab === CurrTab.BasicTree ? (
|
||||
<BasicFamilyTree tree={tree!} />
|
||||
) : (
|
||||
<ComplexFamilyTree />
|
||||
<ComplexFamilyTree tree={tree!} />
|
||||
)}
|
||||
</Paper>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user