feat: check if getList true for row data collection
This commit is contained in:
@@ -105,6 +105,11 @@ export const InterpretationLog = () => {
|
|||||||
<Highlight className="javascript">
|
<Highlight className="javascript">
|
||||||
{log}
|
{log}
|
||||||
</Highlight>
|
</Highlight>
|
||||||
|
{
|
||||||
|
getList ? (
|
||||||
|
<p>How many rows of data do you want?</p>
|
||||||
|
) : 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