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:
commit
6a502b9170
@ -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.
|
||||
|
@ -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…
Reference in New Issue
Block a user