1
0
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:
Dan 2017-09-14 14:50:46 -02:30 committed by Chi Kei Chan
parent 7d76e404f2
commit 5c86194c0a

View File

@ -97,6 +97,7 @@ function currentTxView (opts) {
return h(PendingPersonalMsg, opts)
}
}
return h(Loading, { isLoading: true })
}
ConfirmTxScreen.prototype.buyEth = function (address, event) {