From a4402eb6541535e7b2f14c1ecae380641bf1cbb5 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 28 Aug 2024 23:58:17 +0530 Subject: [PATCH] feat: accept input for custom no. of rows --- src/components/molecules/InterpretationLog.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index b6ff103f..40845168 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -192,6 +192,15 @@ export const InterpretationLog = () => { } label="10" /> } label="100" /> } label="Custom" /> + {customValue && ( + + )}