diff --git a/ui/app/app.js b/ui/app/app.js index def683bba..71e0637d0 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -330,6 +330,7 @@ App.prototype.renderBackButton = function (style, justArrow = false) { App.prototype.renderBackToInitButton = function () { var props = this.props var button = null + if (!props.isConfirmed) return button if (!props.isUnlocked) { if (props.currentView.name === 'InitMenu') { button = props.forgottenPassword ? h('.flex-row', {