feat(Temp): render table even if no getList
This commit is contained in:
@@ -153,9 +153,6 @@ export const InterpretationLog = () => {
|
|||||||
<Highlight className="javascript">
|
<Highlight className="javascript">
|
||||||
{log}
|
{log}
|
||||||
</Highlight>
|
</Highlight>
|
||||||
{
|
|
||||||
getList ? (
|
|
||||||
<>
|
|
||||||
<TableContainer component={Paper}>
|
<TableContainer component={Paper}>
|
||||||
<Table sx={{ minWidth: 650 }} stickyHeader aria-label="simple table">
|
<Table sx={{ minWidth: 650 }} stickyHeader aria-label="simple table">
|
||||||
<TableHead>
|
<TableHead>
|
||||||
@@ -221,9 +218,6 @@ export const InterpretationLog = () => {
|
|||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</>
|
|
||||||
) : null
|
|
||||||
}
|
|
||||||
<div style={{ float: "left", clear: "both" }}
|
<div style={{ float: "left", clear: "both" }}
|
||||||
ref={logEndRef} />
|
ref={logEndRef} />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user