Fix bad path
This commit is contained in:
		@@ -660,9 +660,9 @@ export function MemberPage(p: {
 | 
			
		||||
              <div style={{ display: "flex", justifyContent: "end" }}>
 | 
			
		||||
                <RouterLink
 | 
			
		||||
                  to={family.family.URL(
 | 
			
		||||
                    `couple/create?${member.sex === "F" ? "wife" : "husband"}=${
 | 
			
		||||
                      member.id
 | 
			
		||||
                    }`
 | 
			
		||||
                    `genealogy/couple/create?${
 | 
			
		||||
                      member.sex === "F" ? "wife" : "husband"
 | 
			
		||||
                    }=${member.id}`
 | 
			
		||||
                  )}
 | 
			
		||||
                >
 | 
			
		||||
                  <Button>Nouveau</Button>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user