mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Re-enable notices on dev.
This commit is contained in:
parent
fc77a36a55
commit
c934f96651
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user