Skip to content

Commit

Permalink
do not dismiss enter sync words modal when error occurs
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Dec 18, 2018
1 parent 8848f33 commit 201f528
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ interface Props {

onUserNoticedError = () => {
this.props.actions.resetSyncSetupError()
this.props.onClose()
}

onEnterPassphrase = (event: React.ChangeEvent<HTMLTextAreaElement>) => {
Expand Down

0 comments on commit 201f528

Please sign in to comment.