diff options
author | Alexander Tseung <alextsg@gmail.com> | 2017-12-04 16:06:09 +0800 |
---|---|---|
committer | Alexander Tseung <alextsg@gmail.com> | 2017-12-15 06:11:23 +0800 |
commit | ec5e0a711cac3d35afcb1ecf5881f11adb4b3a06 (patch) | |
tree | 489d972e1c4481e9ec600d5e5c6b806aab31347f /ui/app/components | |
parent | dde39e82b5723ba8056b73f0f823d40c3e702a99 (diff) | |
download | tangerine-wallet-browser-ec5e0a711cac3d35afcb1ecf5881f11adb4b3a06.tar tangerine-wallet-browser-ec5e0a711cac3d35afcb1ecf5881f11adb4b3a06.tar.gz tangerine-wallet-browser-ec5e0a711cac3d35afcb1ecf5881f11adb4b3a06.tar.bz2 tangerine-wallet-browser-ec5e0a711cac3d35afcb1ecf5881f11adb4b3a06.tar.lz tangerine-wallet-browser-ec5e0a711cac3d35afcb1ecf5881f11adb4b3a06.tar.xz tangerine-wallet-browser-ec5e0a711cac3d35afcb1ecf5881f11adb4b3a06.tar.zst tangerine-wallet-browser-ec5e0a711cac3d35afcb1ecf5881f11adb4b3a06.zip |
Fix lint errors
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/tx-list.js | 2 | ||||
-rw-r--r-- | ui/app/components/wallet-view.js | 1 |
2 files changed, 1 insertions, 2 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, diff --git a/ui/app/components/wallet-view.js b/ui/app/components/wallet-view.js index 3b4443ef6..72ffc5d65 100644 --- a/ui/app/components/wallet-view.js +++ b/ui/app/components/wallet-view.js @@ -94,7 +94,6 @@ WalletView.prototype.render = function () { keyrings, showAccountDetailModal, hideSidebar, - showAddTokenPage, history, } = this.props // temporary logs + fake extra wallets |