From 7a4954e01aee0f428a228320312c0ffcc49fa791 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 21 Sep 2024 16:51:02 +0530 Subject: [PATCH] chore: -rm comments --- src/components/organisms/RightSidePanel.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 6938e090..535b4c98 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -45,10 +45,8 @@ export const RightSidePanel: React.FC = ({ onFinishCapture if (confirmedListTextFields[listId]?.[fieldKey]) { return; } - // This is a text field within a list step updateListTextFieldLabel(listId, fieldKey, label); } else { - // This is a standalone text step setTextLabels(prevLabels => ({ ...prevLabels, [id]: label })); } if (!label.trim()) {