aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/transaction-list.js
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-04-21 10:07:09 +0800
committerDan Finlay <dan@danfinlay.com>2017-04-21 10:10:22 +0800
commit9bae32e78b230ede45ab159e0022da5728f0f267 (patch)
tree27557607b4f512d5639ea0b84d863091b778ed74 /ui/app/components/transaction-list.js
parentd7d13caf05f027dca86882db0a72625db8da167c (diff)
downloadtangerine-wallet-browser-9bae32e78b230ede45ab159e0022da5728f0f267.tar.gz
tangerine-wallet-browser-9bae32e78b230ede45ab159e0022da5728f0f267.tar.zst
tangerine-wallet-browser-9bae32e78b230ede45ab159e0022da5728f0f267.zip
Add functional but ugly and hard-coded token list
Diffstat (limited to 'ui/app/components/transaction-list.js')
-rw-r--r--ui/app/components/transaction-list.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/ui/app/components/transaction-list.js b/ui/app/components/transaction-list.js
index 3ae953637..4c25f3dd9 100644
--- a/ui/app/components/transaction-list.js
+++ b/ui/app/components/transaction-list.js
@@ -36,17 +36,6 @@ TransactionList.prototype.render = function () {
}
`),
- h('h3.flex-center.text-transform-uppercase', {
- style: {
- background: '#EBEBEB',
- color: '#AEAEAE',
- paddingTop: '4px',
- paddingBottom: '4px',
- },
- }, [
- 'History',
- ]),
-
h('.tx-list', {
style: {
overflowY: 'auto',