Skip to content

Commit 4a1c39a

Browse files
committed
Fix lint warning
1 parent 513b4d6 commit 4a1c39a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hooks/useRsiInitialStep.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const useRsiInitialStep = (initialStep?: StepType) => {
1919
default:
2020
return 0
2121
}
22-
}, [])
22+
}, [initialStep])
2323

2424
return { steps, initialStep: initialStepNumber }
2525
}

0 commit comments

Comments
 (0)