Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
getusha committed Oct 22, 2024
1 parent ea374a8 commit 9c7c9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/Wallet/VerifyAccountPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function VerifyAccountPage({route}: VerifyAccountPageProps) {
} else if (!navigateBackTo) {
Navigation.goBack();
}
}, [isValidateCodeActionModalVisible]);
}, [isValidateCodeActionModalVisible, isUserValidated, navigateBackTo]);

return (
<ValidateCodeActionModal
Expand Down

0 comments on commit 9c7c9d9

Please sign in to comment.