1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

fix debug

This commit is contained in:
Kevin Serrano 2017-02-09 22:58:17 -08:00
parent 8b38719a7c
commit 8f72748732
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
// notices
if (!props.noActiveNotices && !METAMASK_DEBUG) {
if (!props.noActiveNotices && !global.METAMASK_DEBUG) {
return h(NoticeScreen, {
notice: props.lastUnreadNotice,
key: 'NoticeScreen',