diff --git a/src/App.jsx b/src/App.jsx index bec0762..bcfa62f 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -2414,7 +2414,7 @@ function RelationTreePanel({ - + {relations.map((relation) => { @@ -2482,7 +2482,7 @@ function RelationTreePanel({ {stepSearchResult?.programPath?.length ? ( <> -
+
{stepSearchResult.programPath.map((program, index) => ( - + {program.name} {index < stepSearchResult.programPath.length - 1 && ( - + )} ))}