diff --git a/ui/app/app.js b/ui/app/app.js index ea755bec5..be9ca4ae6 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -350,7 +350,7 @@ App.prototype.renderPrimary = function () { var props = this.props // notices - if (!props.noActiveNotices && !global.METAMASK_DEBUG) { + if (!props.noActiveNotices) { return h(NoticeScreen, { notice: props.lastUnreadNotice, key: 'NoticeScreen',