aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tx-list.js
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2017-09-22 09:44:52 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-09-22 09:44:52 +0800
commit3ec2f534632426876c28b22c58cbbf14b4904d97 (patch)
treeed84f2703e86a29a7db43a4ecabac308a0cbe7bb /ui/app/components/tx-list.js
parent24fd16b1bee31352ef7f364804eb5f06c08c3bf6 (diff)
downloadtangerine-wallet-browser-3ec2f534632426876c28b22c58cbbf14b4904d97.tar.gz
tangerine-wallet-browser-3ec2f534632426876c28b22c58cbbf14b4904d97.tar.zst
tangerine-wallet-browser-3ec2f534632426876c28b22c58cbbf14b4904d97.zip
Integrate Add Token
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 7a147e942..f817d03a9 100644
--- a/ui/app/components/tx-list.js
+++ b/ui/app/components/tx-list.js
@@ -77,7 +77,7 @@ TxList.prototype.renderTransactionListItem = function (transaction, conversionRa
const { showConfTxPage } = this.props
const opts = {
- key: transActionId,
+ key: transActionId || transactionHash,
txParams: transaction.txParams,
transactionStatus,
transActionId,