feat: check if getList true for row data collection

This commit is contained in:
karishmas6
2024-08-23 19:35:22 +05:30
parent 28d8d60123
commit 4ad70590d4

View File

@@ -105,6 +105,11 @@ export const InterpretationLog = () => {
<Highlight className="javascript">
{log}
</Highlight>
{
getList ? (
<p>How many rows of data do you want?</p>
) : null
}
<div style={{ float: "left", clear: "both" }}
ref={logEndRef} />
</div>