diff --git a/frontend/src/components/report/findings-tree.tsx b/frontend/src/components/report/findings-tree.tsx index 5ff4a56..a0faba5 100644 --- a/frontend/src/components/report/findings-tree.tsx +++ b/frontend/src/components/report/findings-tree.tsx @@ -107,9 +107,8 @@ export function FindingsTree(props: FindingsTreeProps) { {roots.map((root) => { const body = ( ); if (!showRoots) return
{body}
;