aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tx-list-item.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-03-14 10:26:45 +0800
committerDan <danjm.com@gmail.com>2018-03-14 10:26:45 +0800
commitcc267d6c818c83b0384b569733d05efef384ac3e (patch)
treea0a897298da96990fcf7a1896ca3200e200a52e5 /ui/app/components/tx-list-item.js
parentc37684d7bde00adcb4b2e43db16be91978e2ef12 (diff)
downloadtangerine-wallet-browser-cc267d6c818c83b0384b569733d05efef384ac3e.tar
tangerine-wallet-browser-cc267d6c818c83b0384b569733d05efef384ac3e.tar.gz
tangerine-wallet-browser-cc267d6c818c83b0384b569733d05efef384ac3e.tar.bz2
tangerine-wallet-browser-cc267d6c818c83b0384b569733d05efef384ac3e.tar.lz
tangerine-wallet-browser-cc267d6c818c83b0384b569733d05efef384ac3e.tar.xz
tangerine-wallet-browser-cc267d6c818c83b0384b569733d05efef384ac3e.tar.zst
tangerine-wallet-browser-cc267d6c818c83b0384b569733d05efef384ac3e.zip
Fix more lint errors.
Diffstat (limited to 'ui/app/components/tx-list-item.js')
-rw-r--r--ui/app/components/tx-list-item.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/app/components/tx-list-item.js b/ui/app/components/tx-list-item.js
index 0b826e909..4c2b77af9 100644
--- a/ui/app/components/tx-list-item.js
+++ b/ui/app/components/tx-list-item.js
@@ -55,7 +55,7 @@ TxListItem.prototype.componentDidMount = async function () {
? await this.getSendTokenTotal()
: this.getSendEtherTotal()
- this.setState({ total, fiatTotal, isTokenTx })
+ this.setState({ total, fiatTotal, isTokenTx })
}
TxListItem.prototype.getAddressText = function () {
@@ -180,7 +180,6 @@ TxListItem.prototype.getSendTokenTotal = async function () {
TxListItem.prototype.showRetryButton = function () {
const {
- transactionStatus,
transactionSubmittedTime,
selectedAddressTxList,
transactionId,