feat(temp): no log
This commit is contained in:
@@ -139,9 +139,9 @@ export const InterpretationLog = () => {
|
|||||||
overflow: 'none',
|
overflow: 'none',
|
||||||
padding: '10px',
|
padding: '10px',
|
||||||
}}>
|
}}>
|
||||||
<Highlight className="javascript">
|
{/* <Highlight className="javascript">
|
||||||
{log}
|
{log}
|
||||||
</Highlight>
|
</Highlight> */}
|
||||||
{tableData.length > 0 && (
|
{tableData.length > 0 && (
|
||||||
<TableContainer component={Paper}>
|
<TableContainer component={Paper}>
|
||||||
<Table sx={{ minWidth: 650 }} stickyHeader aria-label="output data table">
|
<Table sx={{ minWidth: 650 }} stickyHeader aria-label="output data table">
|
||||||
|
|||||||
Reference in New Issue
Block a user