diff --git a/ui/app/conf-tx.js b/ui/app/conf-tx.js index 81dcde5a9..7cc319509 100644 --- a/ui/app/conf-tx.js +++ b/ui/app/conf-tx.js @@ -97,6 +97,7 @@ function currentTxView (opts) { return h(PendingPersonalMsg, opts) } } + return h(Loading, { isLoading: true }) } ConfirmTxScreen.prototype.buyEth = function (address, event) {