feat: rm json.parse run

This commit is contained in:
karishmas6
2024-10-10 23:59:32 +05:30
parent 0f0b341c2a
commit 1ff5598fc8

View File

@@ -76,7 +76,6 @@ export const RunsTable = (
if (runs) {
const parsedRows: Data[] = [];
runs.map((run: any, index) => {
// const run = JSON.parse(run);
parsedRows.push({
id: index,
...run,