mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
Modify status copy for status === 'unapproved'
This commit is contained in:
parent
eabbfb8319
commit
7fb1c6836d
@ -102,6 +102,7 @@ TxList.prototype.renderTransactionListItem = function (transaction) {
|
||||
if (transactionStatus === 'unapproved') {
|
||||
opts.onClick = () => showConfTxPage({id: transActionId})
|
||||
opts.className += '.tx-list-pending-item-container'
|
||||
opt.transactionStatus = 'Not Started'
|
||||
}
|
||||
else if (transactionHash) {
|
||||
opts.onClick = () => this.view(transactionHash, transactionNetworkId)
|
||||
|
Loading…
Reference in New Issue
Block a user