Can access family tree from member page
This commit is contained in:
@@ -8,7 +8,7 @@ export function FamilyTreeRoute(): React.ReactElement {
|
||||
const family = useFamily();
|
||||
|
||||
const onMemberSelected = (id: number | undefined) => {
|
||||
if (id) n(family.family.URL(`tree/${id}`));
|
||||
if (id) n(family.family.familyTreeURL(id));
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user