aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tx-list.js
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@gmail.com>2017-12-04 16:06:09 +0800
committerAlexander Tseung <alextsg@gmail.com>2017-12-15 06:11:23 +0800
commitec5e0a711cac3d35afcb1ecf5881f11adb4b3a06 (patch)
tree489d972e1c4481e9ec600d5e5c6b806aab31347f /ui/app/components/tx-list.js
parentdde39e82b5723ba8056b73f0f823d40c3e702a99 (diff)
downloadtangerine-wallet-browser-ec5e0a711cac3d35afcb1ecf5881f11adb4b3a06.tar.gz
tangerine-wallet-browser-ec5e0a711cac3d35afcb1ecf5881f11adb4b3a06.tar.zst
tangerine-wallet-browser-ec5e0a711cac3d35afcb1ecf5881f11adb4b3a06.zip
Fix lint errors
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 6f18ea814..2c4c3dd31 100644
--- a/ui/app/components/tx-list.js
+++ b/ui/app/components/tx-list.js
@@ -94,7 +94,7 @@ TxList.prototype.renderTransactionListItem = function (transaction, conversionRa
transactionHash,
transactionNetworkId,
} = props
- const { showConfTxPage, history } = this.props
+ const { history } = this.props
const opts = {
key: transActionId || transactionHash,