From e6bc2518c207e2f39e213736f13159ee17baf3bd Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 24 Oct 2024 04:41:11 +0530 Subject: [PATCH] feat: remove input tab --- src/components/molecules/RunContent.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/molecules/RunContent.tsx b/src/components/molecules/RunContent.tsx index ee6abf48..1c8c2d10 100644 --- a/src/components/molecules/RunContent.tsx +++ b/src/components/molecules/RunContent.tsx @@ -53,7 +53,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe setTab(newTab)} aria-label="run-content-tabs"> - + {/* */} @@ -82,7 +82,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe Stop : null} - + {/* Interpreter settings @@ -117,7 +117,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe ) }) } - + */} {!row || !row.serializableOutput || !row.binaryOutput || (Object.keys(row.serializableOutput).length === 0 && Object.keys(row.binaryOutput).length === 0)