Genealogy as a feature #175
@ -660,9 +660,9 @@ export function MemberPage(p: {
|
|||||||
<div style={{ display: "flex", justifyContent: "end" }}>
|
<div style={{ display: "flex", justifyContent: "end" }}>
|
||||||
<RouterLink
|
<RouterLink
|
||||||
to={family.family.URL(
|
to={family.family.URL(
|
||||||
`couple/create?${member.sex === "F" ? "wife" : "husband"}=${
|
`genealogy/couple/create?${
|
||||||
member.id
|
member.sex === "F" ? "wife" : "husband"
|
||||||
}`
|
}=${member.id}`
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<Button>Nouveau</Button>
|
<Button>Nouveau</Button>
|
||||||
|
Loading…
Reference in New Issue
Block a user