From 0378652bfafe037f5fcb4f631c53d95eaa7172f3 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 11 Oct 2024 01:19:21 +0530 Subject: [PATCH] chore: lint --- 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 5374f978..8c8199c0 100644 --- a/src/components/molecules/RunContent.tsx +++ b/src/components/molecules/RunContent.tsx @@ -123,7 +123,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe || (Object.keys(row.serializableOutput).length === 0 && Object.keys(row.binaryOutput).length === 0) ? The output is empty. : null} -{!row || !row.serializableOutput || !row.binaryOutput + {!row || !row.serializableOutput || !row.binaryOutput || (Object.keys(row.serializableOutput).length === 0 && Object.keys(row.binaryOutput).length === 0) ? The output is empty. : null}