diff options
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/tx-view.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/app/components/tx-view.js b/ui/app/components/tx-view.js index 3652a43a6..193abe8dc 100644 --- a/ui/app/components/tx-view.js +++ b/ui/app/components/tx-view.js @@ -99,8 +99,6 @@ TxView.prototype.render = function () { // mobile: 100px 100px h('img.hero-balance-icon', { src: '../images/eth_logo.svg', - width: '60px', - height: '60px', style: {} }), |