1
0
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:
Kevin Serrano 2017-02-20 12:59:12 -08:00
parent fc77a36a55
commit c934f96651
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4

View File

@ -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',