Skip to content

Commit

Permalink
fix: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
koko57 committed Aug 17, 2023
1 parent d69dd90 commit 660aa2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function TwoFactorAuthSteps({account = defaultAccount}) {
setAnimationDirection(animationDirection);
TwoFactorAuthActions.setTwoFactorAuthStep(step);
setCurrentStep(step);
}, []);
}, [setAnimationDirection]);

const renderStep = () => {
switch (currentStep) {
Expand Down

0 comments on commit 660aa2a

Please sign in to comment.