feat: -rm vertical view from screenshots

This commit is contained in:
amhsirak
2025-04-30 20:05:23 +05:30
parent 458392d651
commit db890e041f

View File

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