aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tx-list.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2017-09-29 23:40:57 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-10-02 09:58:57 +0800
commitff64fe98dde7746775396cbf94d63a1a0e91d069 (patch)
tree77ffc60ab81fa133a3553b1476ca363de3366641 /ui/app/components/tx-list.js
parent7c4d8c45624ef840b8806589b47997e7c7c396f3 (diff)
downloadtangerine-wallet-browser-ff64fe98dde7746775396cbf94d63a1a0e91d069.tar.gz
tangerine-wallet-browser-ff64fe98dde7746775396cbf94d63a1a0e91d069.tar.zst
tangerine-wallet-browser-ff64fe98dde7746775396cbf94d63a1a0e91d069.zip
Shapeshift deposit tx modal.
Diffstat (limited to 'ui/app/components/tx-list.js')
-rw-r--r--ui/app/components/tx-list.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/tx-list.js b/ui/app/components/tx-list.js
index 82541704e..97d937aca 100644
--- a/ui/app/components/tx-list.js
+++ b/ui/app/components/tx-list.js
@@ -57,7 +57,7 @@ TxList.prototype.renderTransaction = function () {
TxList.prototype.renderTransactionListItem = function (transaction, conversionRate) {
// console.log({transaction})
// refer to transaction-list.js:line 58
- const shapeshiftProps = {};
+
if (transaction.key === 'shapeshift') {
return h(ShiftListItem, transaction)
}