From 9a0bea410eb664117adf193b110e383ababc8803 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 10 Oct 2024 20:16:07 +0530 Subject: [PATCH] chore: lint --- src/components/organisms/RightSidePanel.tsx | 33 ++++++++++----------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index aa2b319a..88307086 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -120,7 +120,7 @@ export const RightSidePanel: React.FC = ({ onFinishCapture setHoverStates(prev => ({ ...prev, [id]: false })); }; - const handlePairDelete = () => {} + const handlePairDelete = () => { } const handleTextLabelChange = (id: number, label: string, listId?: number, fieldKey?: string) => { if (listId !== undefined && fieldKey !== undefined) { @@ -372,22 +372,21 @@ export const RightSidePanel: React.FC = ({ onFinishCapture {!getText && !getScreenshot && !getList && showCaptureList && } {getList && ( - <> - - - - - -)} - + <> + + + + + + )} {showPaginationOptions && ( How can we find the next list item on the page?