Skip to content

Commit

Permalink
wip: ui
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-fritsche committed Dec 18, 2024
1 parent 9380975 commit 135805f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/cli/Results.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function TreeExcerpt({
emphasis={n === node || undefined}
/>)
if (next) {
const isLast = !!next.nextSibling
const isLast = !next.nextSibling
epilog.push(<TreeNode
key={`${t.length}-next-${nodeTitle(next)}`}
prefix={prefix}
Expand Down

0 comments on commit 135805f

Please sign in to comment.