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