From 8f72748732dcb4f5835a745a41f85c4105ed256d Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Thu, 9 Feb 2017 22:58:17 -0800 Subject: fix debug --- 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 3b9e15252..8aae38067 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 && !METAMASK_DEBUG) { + if (!props.noActiveNotices && !global.METAMASK_DEBUG) { return h(NoticeScreen, { notice: props.lastUnreadNotice, key: 'NoticeScreen', -- cgit v1.2.3