From decf14a9ba2137a81681cc2e83524473dbbec91d Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 30 Apr 2025 20:35:21 +0530 Subject: [PATCH] fix: cleanup --- src/components/run/RunContent.tsx | 1 - 1 file changed, 1 deletion(-) 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) => {