diff --git a/app/pages/Settings/RevealSeedModal.js b/app/pages/Settings/RevealSeedModal.js index 28240af0b..6998cd301 100644 --- a/app/pages/Settings/RevealSeedModal.js +++ b/app/pages/Settings/RevealSeedModal.js @@ -77,11 +77,11 @@ class RevealSeedModal extends Component { } renderMnemonic() { - const {phraseMatchesKey} = this.props; + const {phraseMismatch} = this.props; const {mnemonic} = this.state; // View seed phrase - if (phraseMatchesKey) { + if (!phraseMismatch) { return (
{mnemonic}