Re-enable notices on dev.

feature/default_network_editable
Kevin Serrano 8 years ago
parent fc77a36a55
commit c934f96651
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4
  1. 2
      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',

Loading…
Cancel
Save