From 4c390a622137b34687866ce0ec937b8dd54a3c1a Mon Sep 17 00:00:00 2001 From: kumavis Date: Fri, 16 Dec 2016 11:58:15 -0800 Subject: clean - code style --- ui/app/app.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ui/app') 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': -- cgit