chore: lint

This commit is contained in:
karishmas6
2024-09-13 23:27:03 +05:30
parent e4ed54a7c0
commit a51d315ce7

View File

@@ -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) {