feat(temp): no log

This commit is contained in:
karishmas6
2024-09-08 03:55:06 +05:30
parent 69c806f501
commit 41d4f221ea

View File

@@ -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">