diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index 59b91af0..1fdf6f40 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -853,7 +853,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe {hasScreenshots && ( <> - {viewMode === 'vertical' ? ( <> {Object.keys(row.binaryOutput).map((key, index) => {