aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/app/components/transaction-list-item-icon.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/transaction-list-item-icon.js b/ui/app/components/transaction-list-item-icon.js
index eca0d693a..353401099 100644
--- a/ui/app/components/transaction-list-item-icon.js
+++ b/ui/app/components/transaction-list-item-icon.js
@@ -41,7 +41,7 @@ TransactionIcon.prototype.render = function () {
},
})
- case 'signed':
+ case 'submitted':
return h('i.fa.fa-ellipsis-h', {
style: {
fontSize: '27px',