1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge pull request #1712 from MetaMask/RemoveTokenSending

Remove send button
This commit is contained in:
Thomas Huang 2017-06-30 10:54:27 -07:00 committed by GitHub
commit 6a502b9170
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
## Current Master
- Remove SEND token button until a better token sending form can be built, due to some precision issues.
- Fix precision bug in token balances.
- Cache token symbol and precisions to reduce network load.
- Transpile some newer JavaScript, restores compatibility with some older browsers.

View File

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