From 4ad70590d4d0c771dfab36327ec8e9ff609de474 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 23 Aug 2024 19:35:22 +0530 Subject: [PATCH] feat: check if getList true for row data collection --- src/components/molecules/InterpretationLog.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index de0c371a..355c9855 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -105,6 +105,11 @@ export const InterpretationLog = () => { {log} + { + getList ? ( +

How many rows of data do you want?

+ ) : null + }