diff --git a/src/components/molecules/RunContent.tsx b/src/components/molecules/RunContent.tsx index a4b6916e..70bda402 100644 --- a/src/components/molecules/RunContent.tsx +++ b/src/components/molecules/RunContent.tsx @@ -145,7 +145,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
- Binary output + Captured Screenshot {Object.keys(row.binaryOutput).map((key) => { try { const imageUrl = row.binaryOutput[key];