From 758fff28ad2ec289ba579f06d783a3e01484121a Mon Sep 17 00:00:00 2001 From: Rithvik Vibhu Date: Wed, 6 Jul 2022 19:03:27 +0530 Subject: [PATCH] settings: fix revealseed --- app/pages/Settings/RevealSeedModal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}