chore: lint
This commit is contained in:
@@ -31,7 +31,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
|
|||||||
setTab(tab);
|
setTab(tab);
|
||||||
}, [interpretationInProgress]);
|
}, [interpretationInProgress]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (row.serializableOutput && Object.keys(row.serializableOutput).length > 0) {
|
if (row.serializableOutput && Object.keys(row.serializableOutput).length > 0) {
|
||||||
const firstKey = Object.keys(row.serializableOutput)[0];
|
const firstKey = Object.keys(row.serializableOutput)[0];
|
||||||
const data = row.serializableOutput[firstKey];
|
const data = row.serializableOutput[firstKey];
|
||||||
@@ -46,7 +46,7 @@ useEffect(() => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, [row.serializableOutput]);
|
}, [row.serializableOutput]);
|
||||||
|
|
||||||
|
|
||||||
// Function to convert table data to CSV format
|
// Function to convert table data to CSV format
|
||||||
|
|||||||
Reference in New Issue
Block a user