diff options
clean - code style
Diffstat (limited to 'ui')
-rw-r--r-- | ui/app/app.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/app/app.js b/ui/app/app.js index aa0b814d2..422b3739c 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -432,10 +432,6 @@ App.prototype.renderPrimary = function () { return h(NoticeScreen, {key: 'NoticeScreen'}) } - if (!props.noActiveNotices) { - return h(NoticeScreen, {key: 'NoticeScreen'}) - } - // show current view switch (props.currentView.name) { case 'EthStoreWarning': |