feat: !display key

This commit is contained in:
karishmas6
2024-10-24 04:50:37 +05:30
parent ac84b8b1a2
commit 8312f4e7a5

View File

@@ -154,7 +154,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
width: 'max-content',
}}>
<Typography key={`binary-output-key-${key}`}>
{key}:
<a href={imageUrl} download={key} style={{ margin: '10px' }}>Download</a>
</Typography>
<img key={`image-${key}`} src={imageUrl} alt={key} height='auto' width='700px' />