Show children of couple
This commit is contained in:
@ -124,7 +124,7 @@ export function FamilyCoupleRoute(): React.ReactElement {
|
||||
build={() => (
|
||||
<CouplePage
|
||||
couple={couple!}
|
||||
children={[]} // TODO
|
||||
children={family.members.childrenOfCouple(couple!)}
|
||||
creating={false}
|
||||
editing={false}
|
||||
onRequestDelete={deleteCouple}
|
||||
@ -360,6 +360,7 @@ export function CouplePage(p: {
|
||||
filter={(m) => m.sex === "F" || m.sex === undefined}
|
||||
current={couple.wife}
|
||||
/>
|
||||
<br />
|
||||
|
||||
{/* State */}
|
||||
<PropSelect
|
||||
|
Reference in New Issue
Block a user