From 5cab3dfaca7ab1138caf8391a57faebec7307add Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 13 Sep 2024 23:55:22 +0530 Subject: [PATCH] chore: lint --- src/components/organisms/RightSidePanel.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index dc0c3e47..40082221 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -91,13 +91,13 @@ export const RightSidePanel: React.FC = ({ onFinishCapture const handleListTextFieldDiscard = (listId: number, fieldKey: string) => { removeListTextField(listId, fieldKey); setConfirmedListTextFields(prev => ({ - ...prev, - [listId]: { - ...(prev[listId] || {}), - [fieldKey]: false - } + ...prev, + [listId]: { + ...(prev[listId] || {}), + [fieldKey]: false + } })); -}; + }; const getTextSettingsObject = useCallback(() => { const settings: Record = {};