fix: cleanup

This commit is contained in:
amhsirak
2025-04-30 20:35:21 +05:30
parent 9c57824022
commit decf14a9ba

View File

@@ -853,7 +853,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
{hasScreenshots && (
<>
{viewMode === 'vertical' ? (
<>
{Object.keys(row.binaryOutput).map((key, index) => {