aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2017-02-10 14:58:17 +0800
committerKevin Serrano <kevgagser@gmail.com>2017-02-10 14:58:17 +0800
commit8f72748732dcb4f5835a745a41f85c4105ed256d (patch)
tree635de9094fc24e56bb22c00c033a544b1b06bed3
parent8b38719a7cff0c25820f9c4791dc76803ea477b3 (diff)
downloadtangerine-wallet-browser-8f72748732dcb4f5835a745a41f85c4105ed256d.tar.gz
tangerine-wallet-browser-8f72748732dcb4f5835a745a41f85c4105ed256d.tar.zst
tangerine-wallet-browser-8f72748732dcb4f5835a745a41f85c4105ed256d.zip
fix debug
-rw-r--r--ui/app/app.js2
1 files changed, 1 insertions, 1 deletions
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',