From 9417b92e445e4fd7f2b6016fbfff30331010d9b5 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Tue, 14 Jun 2016 15:24:47 -0700 Subject: Let account address take more space in account list --- ui/app/components/account-panel.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ui/app/components/account-panel.js') diff --git a/ui/app/components/account-panel.js b/ui/app/components/account-panel.js index 6bae095d1..f0e71bd31 100644 --- a/ui/app/components/account-panel.js +++ b/ui/app/components/account-panel.js @@ -2,7 +2,6 @@ const inherits = require('util').inherits const ethUtil = require('ethereumjs-util') const Component = require('react').Component const h = require('react-hyperscript') -const addressSummary = require('../util').addressSummary const formatBalance = require('../util').formatBalance const Identicon = require('./identicon') @@ -37,7 +36,7 @@ AccountPanel.prototype.render = function() { attributes: [ { key: 'ADDRESS', - value: addressSummary(identity.address) + value: identity.address, }, balanceOrFaucetingIndication(account, isFauceting), ] -- cgit v1.2.3