Skip to content

Commit

Permalink
Fix ',' between field values.
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbo committed Apr 23, 2024
1 parent 0afd7eb commit ee5273c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions graph/samples/004004022_00019.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,16 @@
} ]
} ]
} ]
} ],
"fields" : [ {
"type" : "http://gedcomx.org/Age",
"values" : [ {
"type" : "http://gedcomx.org/Original",
"text" : "54 de edad"
},{
"type" : "http://gedcomx.org/Interpreted",
"text" : "54"
} ]
} ]
}, {
"id" : "r1p4",
Expand Down
4 changes: 2 additions & 2 deletions graph/view/PersonBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ function PersonBox(personNode, relChart, personAbove, personBelow, generationInd
</span>
</span>
</div>\n`);
});
});
}).join("\n");
}).join("\n");
}

/**
Expand Down

0 comments on commit ee5273c

Please sign in to comment.