diff options
-rw-r--r-- | ui/app/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/app.js b/ui/app/app.js index e75a4e72f..3b9e15252 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) { + if (!props.noActiveNotices && !METAMASK_DEBUG) { return h(NoticeScreen, { notice: props.lastUnreadNotice, key: 'NoticeScreen', |