From cc7dbace38bc41bb177738586e9a60adf541d2ab Mon Sep 17 00:00:00 2001 From: kumavis Date: Thu, 23 Jun 2016 15:25:33 -0700 Subject: tx-conf add non-interactive mode for notification --- ui/app/components/panel.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ui/app/components/panel.js') diff --git a/ui/app/components/panel.js b/ui/app/components/panel.js index cbdc82982..3efd3c661 100644 --- a/ui/app/components/panel.js +++ b/ui/app/components/panel.js @@ -27,9 +27,9 @@ Panel.prototype.render = function () { // account identicon h('.identicon-wrapper.flex-column.select-none', [ - h(Identicon, { - address: state.identiconKey, - }), + // h(Identicon, { + // address: state.identiconKey, + // }), h('span.font-small', state.identiconLabel), ]), -- cgit v1.2.3