aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app')
-rw-r--r--ui/app/app.js4
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':