Can build ascending tree
This commit is contained in:
@ -122,7 +122,10 @@ export function FamilyMemberTreeRoute(): React.ReactElement {
|
||||
{currTab === CurrTab.BasicTree ? (
|
||||
<BasicFamilyTree tree={tree!} />
|
||||
) : (
|
||||
<ComplexFamilyTree tree={tree!} />
|
||||
<ComplexFamilyTree
|
||||
tree={tree!}
|
||||
isUp={currMode === TreeMode.Ascending}
|
||||
/>
|
||||
)}
|
||||
</Paper>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user