From ba253430bbc1364377ff1f6f259c3027198ff551 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 21 Oct 2024 15:57:23 +0530 Subject: [PATCH] feat: show additional row text --- src/components/molecules/InterpretationLog.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 717eab56..0e8b5e98 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -163,6 +163,7 @@ export const InterpretationLog: React.FC = ({ isOpen, se }} > {tableData.length > 0 ? ( + <> @@ -183,6 +184,8 @@ export const InterpretationLog: React.FC = ({ isOpen, se
+ Additional rows of data will be extracted once you finish recording. + ) : (