feat: -rm vertical view

This commit is contained in:
amhsirak
2025-04-30 20:03:51 +05:30
parent 302ec004d3
commit e5f63be8f3

View File

@@ -808,13 +808,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
{t('run_content.captured_data.title')}
</Typography>
<Box>
<IconButton
onClick={() => setViewMode('vertical')}
color={viewMode === 'vertical' ? 'primary' : 'default'}
sx={{ color: viewMode === 'vertical' ? '#FF00C3' : 'inherit' }}
>
<ViewListIcon />
</IconButton>
</Box>
</Box>