diff --git a/src/components/molecules/RunContent.tsx b/src/components/molecules/RunContent.tsx index 3558f913..05b065e0 100644 --- a/src/components/molecules/RunContent.tsx +++ b/src/components/molecules/RunContent.tsx @@ -130,6 +130,17 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe Serializable output + {Object.keys(row.serializableOutput).map((key) => { + return ( +
+ + {key}: + Download + +
+ ) + })} {tableData.length > 0 ? (