Remove send button

Some token precisions are not respected by TokenFactory, so it's not sufficient for a default send form. Removing for now.
feature/default_network_editable
Dan Finlay 7 years ago
parent c9dd8a9cfd
commit 0c011d0fda
  1. 2
      CHANGELOG.md
  2. 2
      ui/app/components/token-cell.js

@ -2,6 +2,8 @@
## Current Master
- Remove SEND token button until a better token sending form can be built, due to some precision issues.
## 3.8.0 2017-6-28
- No longer stop rebroadcasting transactions

@ -31,9 +31,11 @@ TokenCell.prototype.render = function () {
h('span', { style: { flex: '1 0 auto' } }),
/*
h('button', {
onClick: this.send.bind(this, address),
}, 'SEND'),
*/
])
)

Loading…
Cancel
Save