Skip to content

Commit 382d25f

Browse files
Update apps/web-evals/src/app/runs/[id]/run.tsx
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent ed51c0e commit 382d25f

File tree

1 file changed

+6
-1
lines changed
  • apps/web-evals/src/app/runs/[id]

1 file changed

+6
-1
lines changed

apps/web-evals/src/app/runs/[id]/run.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,12 @@ function formatLogContent(log: string): React.ReactNode[] {
8787
<div
8888
key={index}
8989
className="hover:bg-white/5"
90-
dangerouslySetInnerHTML={{ __html: formattedLine || "&nbsp;" }}
90+
<div
91+
key={index}
92+
className="hover:bg-white/5"
93+
>
94+
{formattedLine || " "}
95+
</div>
9196
/>
9297
)
9398
})

0 commit comments

Comments
 (0)