mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-07-23 12:11:51 +00:00
fix lint
This commit is contained in:
@@ -397,7 +397,7 @@ export function findRelationshipPath(
|
||||
if (!indi) {
|
||||
return [];
|
||||
}
|
||||
|
||||
|
||||
const neighbors: string[] = [];
|
||||
if (indi.famc) {
|
||||
const fam = famMap.get(indi.famc);
|
||||
|
||||
Reference in New Issue
Block a user