From cac7a0d32cc0bf6835cfd21ef7382182dd7ac25c Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 24 Oct 2024 00:58:13 +0530 Subject: [PATCH] feat: replace binary data with screenshot --- src/components/molecules/InterpretationLog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 05467c20..243b0715 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -168,7 +168,7 @@ export const InterpretationLog: React.FC = ({ isOpen, se { binaryData ? (
- Binary Data: + Screenshot Binary Output
) : tableData.length > 0 ? (