From 458392d65183a990919a914c7cbf5e5698b05559 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 30 Apr 2025 20:05:09 +0530 Subject: [PATCH] feat: -rm horizontal view from screenshots --- src/components/run/RunContent.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index 3b21cfd2..80108544 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -926,13 +926,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe /> - setViewMode('horizontal')} - color={viewMode === 'horizontal' ? 'primary' : 'default'} - sx={{ color: viewMode === 'horizontal' ? '#FF00C3' : 'inherit' }} - > - - setViewMode('vertical')} color={viewMode === 'vertical' ? 'primary' : 'default'}