aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-03-14 07:41:50 +0800
committerDan <danjm.com@gmail.com>2018-03-14 07:45:35 +0800
commite293b6349c522171db26c57e718c5213aa6d5cb3 (patch)
treeb68399524f9846154e4d5dd60cefe71189e2e3c7 /ui/app/components
parentd6e4d2e80d05f64bb543e524c6288b8b7c33e4c1 (diff)
downloadtangerine-wallet-browser-e293b6349c522171db26c57e718c5213aa6d5cb3.tar.gz
tangerine-wallet-browser-e293b6349c522171db26c57e718c5213aa6d5cb3.tar.zst
tangerine-wallet-browser-e293b6349c522171db26c57e718c5213aa6d5cb3.zip
Styling for dropped.
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/tx-list-item.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/tx-list-item.js b/ui/app/components/tx-list-item.js
index 941fcb69c..d2fc57b13 100644
--- a/ui/app/components/tx-list-item.js
+++ b/ui/app/components/tx-list-item.js
@@ -253,6 +253,7 @@ TxListItem.prototype.render = function () {
className: classnames('tx-list-status', {
'tx-list-status--rejected': transactionStatus === 'rejected',
'tx-list-status--failed': transactionStatus === 'failed',
+ 'tx-list-status--dropped': transactionStatus === 'dropped',
}),
},
transactionStatus,