aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/panel.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/panel.js')
-rw-r--r--ui/app/components/panel.js6
1 files changed, 3 insertions, 3 deletions
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),
]),