From a51d315ce7a5b63a51726ed864869c91c1f43a40 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 13 Sep 2024 23:27:03 +0530 Subject: [PATCH] chore: lint --- src/context/browserSteps.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/browserSteps.tsx b/src/context/browserSteps.tsx index badf5e5c..6421f393 100644 --- a/src/context/browserSteps.tsx +++ b/src/context/browserSteps.tsx @@ -102,7 +102,7 @@ export const BrowserStepsProvider: React.FC<{ children: React.ReactNode }> = ({ ); }; - const updateListTextFieldLabel = (listId: number, fieldKey: string, newLabel: string) => { + const updateListTextFieldLabel = (listId: number, fieldKey: string, newLabel: string) => { setBrowserSteps(prevSteps => prevSteps.map(step => { if (step.type === 'list' && step.id === listId) {