From 5c86194c0ab99f36092a0121513a4114a703a71c Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 14 Sep 2017 14:50:46 -0230 Subject: Show loading on conf-tx until the pending tx is available. --- ui/app/conf-tx.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ui') 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) { -- cgit v1.2.3