From 79cda65da99801a993574c392d19e691a3ae4bb9 Mon Sep 17 00:00:00 2001 From: Hyein Date: Thu, 25 Jun 2026 16:30:02 +0900 Subject: [PATCH] Unify search path highlighting --- src/App.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 && ( - + )} ))}