mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Show loading on conf-tx until the pending tx is available.
This commit is contained in:
parent
7d76e404f2
commit
5c86194c0a
@ -97,6 +97,7 @@ function currentTxView (opts) {
|
||||
return h(PendingPersonalMsg, opts)
|
||||
}
|
||||
}
|
||||
return h(Loading, { isLoading: true })
|
||||
}
|
||||
|
||||
ConfirmTxScreen.prototype.buyEth = function (address, event) {
|
||||
|
Loading…
Reference in New Issue
Block a user