aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2017-07-01 01:55:01 +0800
committerGitHub <noreply@github.com>2017-07-01 01:55:01 +0800
commit7de87154e829581c4f97d77294863af204ddf15c (patch)
treebe2e94d02e85a5e9574fdeaa0a4b8075e545912d /ui/app
parent8abd592034649ee0ad47eaaa33859b99d206df1f (diff)
parent6a502b9170ff269c0e1502d2798bcf7aa6652eb1 (diff)
downloadtangerine-wallet-browser-7de87154e829581c4f97d77294863af204ddf15c.tar.gz
tangerine-wallet-browser-7de87154e829581c4f97d77294863af204ddf15c.tar.zst
tangerine-wallet-browser-7de87154e829581c4f97d77294863af204ddf15c.zip
Merge branch 'master' into NoPopularTOkens
Diffstat (limited to 'ui/app')
-rw-r--r--ui/app/components/token-cell.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/components/token-cell.js b/ui/app/components/token-cell.js
index 48f46934a..19d7139bb 100644
--- a/ui/app/components/token-cell.js
+++ b/ui/app/components/token-cell.js
@@ -31,9 +31,11 @@ TokenCell.prototype.render = function () {
h('span', { style: { flex: '1 0 auto' } }),
+ /*
h('button', {
onClick: this.send.bind(this, address),
}, 'SEND'),
+ */
])
)