From ac84b8b1a2f22e1b81a65027a86ee7395005f5a8 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 24 Oct 2024 04:48:22 +0530 Subject: [PATCH] feat: captured screenshot --- src/components/molecules/RunContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];