From c934f9665106616a094de60724a6efb0fb82adae Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Mon, 20 Feb 2017 12:59:12 -0800 Subject: Re-enable notices on dev. --- ui/app/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app/app.js') diff --git a/ui/app/app.js b/ui/app/app.js index ea755bec5..be9ca4ae6 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 && !global.METAMASK_DEBUG) { + if (!props.noActiveNotices) { return h(NoticeScreen, { notice: props.lastUnreadNotice, key: 'NoticeScreen', -- cgit