Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cretadn22 committed Oct 30, 2024
1 parent d37bdb2 commit a067700
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ function ConfirmDelegatePage({route}: ConfirmDelegatePageProps) {
login={login}
role={role}
onClose={() => {
setIsValidateCodeActionModalVisible(false);
if (!showValidateActionModal) {
setIsValidateCodeActionModalVisible(false);
return;
}
Navigation.navigate(ROUTES.SETTINGS_SECURITY);
Expand Down

0 comments on commit a067700

Please sign in to comment.