chore: lint
This commit is contained in:
@@ -56,7 +56,6 @@ export const BrowserStepsProvider: React.FC<{ children: React.ReactNode }> = ({
|
|||||||
const existingListStepIndex = prevSteps.findIndex(
|
const existingListStepIndex = prevSteps.findIndex(
|
||||||
step => step.type === 'list' && step.listSelector === listSelector
|
step => step.type === 'list' && step.listSelector === listSelector
|
||||||
);
|
);
|
||||||
|
|
||||||
if (existingListStepIndex !== -1) {
|
if (existingListStepIndex !== -1) {
|
||||||
// Update the existing ListStep with new fields
|
// Update the existing ListStep with new fields
|
||||||
const updatedSteps = [...prevSteps];
|
const updatedSteps = [...prevSteps];
|
||||||
|
|||||||
Reference in New Issue
Block a user