diff options
author | Chi Kei Chan <chikeichan@gmail.com> | 2017-09-22 09:44:52 +0800 |
---|---|---|
committer | Chi Kei Chan <chikeichan@gmail.com> | 2017-09-22 09:44:52 +0800 |
commit | 3ec2f534632426876c28b22c58cbbf14b4904d97 (patch) | |
tree | ed84f2703e86a29a7db43a4ecabac308a0cbe7bb /ui/app/components/tx-list.js | |
parent | 24fd16b1bee31352ef7f364804eb5f06c08c3bf6 (diff) | |
download | tangerine-wallet-browser-3ec2f534632426876c28b22c58cbbf14b4904d97.tar tangerine-wallet-browser-3ec2f534632426876c28b22c58cbbf14b4904d97.tar.gz tangerine-wallet-browser-3ec2f534632426876c28b22c58cbbf14b4904d97.tar.bz2 tangerine-wallet-browser-3ec2f534632426876c28b22c58cbbf14b4904d97.tar.lz tangerine-wallet-browser-3ec2f534632426876c28b22c58cbbf14b4904d97.tar.xz 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.js | 2 |
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, |