mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-04-18 12:36:15 +00:00
Added start and build scripts for windows (#81)
This commit is contained in:
@@ -680,14 +680,15 @@ function famToGedcom(fam: JsonFam): GedcomEntry {
|
||||
tree: [],
|
||||
});
|
||||
}
|
||||
(fam.children || []).forEach(child =>
|
||||
(fam.children || []).forEach((child) =>
|
||||
record.tree.push({
|
||||
level: 1,
|
||||
pointer: child,
|
||||
tag: 'CHILD',
|
||||
data: '',
|
||||
tree: [],
|
||||
}));
|
||||
}),
|
||||
);
|
||||
if (fam.marriage) {
|
||||
record.tree.push({
|
||||
level: 1,
|
||||
|
||||
Reference in New Issue
Block a user