mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Show failed tx txMeta.err in tooltips
This commit is contained in:
parent
9662f9b8b5
commit
e39050f4fe
@ -134,7 +134,7 @@ export default class TransactionListItem extends PureComponent {
|
|||||||
title={(
|
title={(
|
||||||
(transaction.err && transaction.err.rpc)
|
(transaction.err && transaction.err.rpc)
|
||||||
? transaction.err.rpc.message
|
? transaction.err.rpc.message
|
||||||
: null
|
: transaction.err && transaction.err.message
|
||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
{ this.renderPrimaryCurrency() }
|
{ this.renderPrimaryCurrency() }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user