diff --git a/web/components/runs/run-report-section.tsx b/web/components/runs/run-report-section.tsx index 024cc969..bf2026fb 100644 --- a/web/components/runs/run-report-section.tsx +++ b/web/components/runs/run-report-section.tsx @@ -111,12 +111,12 @@ export function RunReportSection({ files }: { files: RunFile[] }) { - {processedCsvs.map((file) => ( - - ))} {processedImages.map((file) => ( ))} + {processedCsvs.map((file) => ( + + ))} {pdfFiles.map((file) => ( ))}