|
|
@ -350,7 +350,7 @@ App.prototype.renderPrimary = function () { |
|
|
|
var props = this.props |
|
|
|
var props = this.props |
|
|
|
|
|
|
|
|
|
|
|
// notices
|
|
|
|
// notices
|
|
|
|
if (!props.noActiveNotices && !global.METAMASK_DEBUG) { |
|
|
|
if (!props.noActiveNotices) { |
|
|
|
return h(NoticeScreen, { |
|
|
|
return h(NoticeScreen, { |
|
|
|
notice: props.lastUnreadNotice, |
|
|
|
notice: props.lastUnreadNotice, |
|
|
|
key: 'NoticeScreen', |
|
|
|
key: 'NoticeScreen', |
|
|
|