feat: remove key

This commit is contained in:
karishmas6
2024-10-25 23:49:31 +05:30
parent a4894afa15
commit bfc514926b

View File

@@ -98,7 +98,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
return (
<div key={`number-of-serializable-output-${key}`}>
<Typography>
{key}:
<a href={`data:application/json;utf8,${JSON.stringify(row.serializableOutput[key], null, 2)}`}
download={key} style={{ margin: '10px' }}>Download as JSON</a>
</Typography>