From db42ff1b730c49950c836effa82e4e8ac46143dd Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 10 Oct 2024 18:34:25 +0530 Subject: [PATCH] chore: lint --- src/components/organisms/RightSidePanel.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 75035dd3..5863fdb1 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -120,9 +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) { @@ -469,9 +467,9 @@ export const RightSidePanel: React.FC = ({ onFinishCapture color: 'red', p: 0, zIndex: 1, - boxShadow: '5px', - backgroundColor: 'white', - borderRadius: '50%', + boxShadow: '5px', + backgroundColor: 'white', + borderRadius: '50%', }} >