aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/conf-tx.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/conf-tx.js')
-rw-r--r--ui/app/conf-tx.js1
1 files changed, 1 insertions, 0 deletions
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) {