aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/app.js
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2017-02-21 08:00:13 +0800
committerGitHub <noreply@github.com>2017-02-21 08:00:13 +0800
commit838d19e17fb26daadd7f171cc6f0494ce29fe43d (patch)
tree122305492496b1f5cc84b62b2f49d7bf234ded3e /ui/app/app.js
parent6af200b3f38e78e956a48e670901d011ab8e8269 (diff)
parent9e81a0c8c4fb8311070dbf632e857a0a4156c4b8 (diff)
downloadtangerine-wallet-browser-838d19e17fb26daadd7f171cc6f0494ce29fe43d.tar
tangerine-wallet-browser-838d19e17fb26daadd7f171cc6f0494ce29fe43d.tar.gz
tangerine-wallet-browser-838d19e17fb26daadd7f171cc6f0494ce29fe43d.tar.bz2
tangerine-wallet-browser-838d19e17fb26daadd7f171cc6f0494ce29fe43d.tar.lz
tangerine-wallet-browser-838d19e17fb26daadd7f171cc6f0494ce29fe43d.tar.xz
tangerine-wallet-browser-838d19e17fb26daadd7f171cc6f0494ce29fe43d.tar.zst
tangerine-wallet-browser-838d19e17fb26daadd7f171cc6f0494ce29fe43d.zip
Merge pull request #1140 from MetaMask/i1128-noticesdev
Add notice functionality
Diffstat (limited to 'ui/app/app.js')
-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 f3581b56d..6e249b09e 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) {
log.debug('rendering notice screen for unread notices.')
return h(NoticeScreen, {
notice: props.lastUnreadNotice,