From 8f77ecf1f06ea4fcaefe2ff0ba76ad2ff797e77b Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sun, 8 Sep 2024 14:09:08 +0530 Subject: [PATCH] chore: lint --- src/components/organisms/RightSidePanel.tsx | 69 ++++++++++----------- 1 file changed, 34 insertions(+), 35 deletions(-) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 89a48679..d73d7ff2 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -255,42 +255,41 @@ export const RightSidePanel: React.FC = ({ onFinishCapture )} {showLimitOptions && ( - - -

What is the maximum number of rows you want to extract?

-
- updateLimitType(e.target.value as LimitType)} - sx={{ - display: 'flex', - flexDirection: 'column', - width: '500px' - }} - > - } label="10" /> - } label="100" /> -
- } label="Custom" /> - {limitType === 'custom' && ( - updateCustomLimit(e.target.value)} - placeholder="Enter number" - sx={{ - marginLeft: '10px', - '& input': { - padding: '10px', - }, - }} - /> + + +

What is the maximum number of rows you want to extract?

+
+ updateLimitType(e.target.value as LimitType)} + sx={{ + display: 'flex', + flexDirection: 'column', + width: '500px' + }} + > + } label="10" /> + } label="100" /> +
+ } label="Custom" /> + {limitType === 'custom' && ( + updateCustomLimit(e.target.value)} + placeholder="Enter number" + sx={{ + marginLeft: '10px', + '& input': { + padding: '10px', + }, + }} + /> + )} +
+
+
)} -
-
-
-)} - {!getText && !getScreenshot && !getList && } {getText && <>