Skip to content

Commit

Permalink
Merge pull request #2163 from Agenta-AI/AGE-1181/-traces-with-single-…
Browse files Browse the repository at this point in the history
…main-span-are-not-correctly-rendered

(frontend)[Age 1181]: Traces with on single main span are not correctly rendered
  • Loading branch information
mmabrouk authored Nov 3, 2024
2 parents 6dff500 + 91d4f3e commit 8241e23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const TraceTree = ({activeTrace, selected, setSelected}: TraceTreeProps) => {

return (
<Tree
showLine
showLine={activeTrace?.children ? true : false}
selectedKeys={[selected]}
expandedKeys={expandedKeys}
onExpand={onExpand}
Expand Down

0 comments on commit 8241e23

Please sign in to comment.