aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2017-02-21 04:59:12 +0800
committerKevin Serrano <kevgagser@gmail.com>2017-02-21 04:59:12 +0800
commitc934f9665106616a094de60724a6efb0fb82adae (patch)
treebded05c1eade2cacfd28e43ae0175ce05f902933 /ui
parentfc77a36a55e744d1cbda942df38549de04630d43 (diff)
downloadtangerine-wallet-browser-c934f9665106616a094de60724a6efb0fb82adae.tar.gz
tangerine-wallet-browser-c934f9665106616a094de60724a6efb0fb82adae.tar.zst
tangerine-wallet-browser-c934f9665106616a094de60724a6efb0fb82adae.zip
Re-enable notices on dev.
Diffstat (limited to 'ui')
-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 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',