From 8821dd796208d70c409378ace920d7119740e50c Mon Sep 17 00:00:00 2001 From: Jack Mallers Date: Wed, 27 Dec 2017 11:11:12 -0600 Subject: [PATCH] fix(wallet-loading): replace loading... copy with our bolt loader --- app/routes/activity/components/Activity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/activity/components/Activity.js b/app/routes/activity/components/Activity.js index 063f20f9..497ab8f1 100644 --- a/app/routes/activity/components/Activity.js +++ b/app/routes/activity/components/Activity.js @@ -61,7 +61,7 @@ class Activity extends Component { newAddress } = this.props - if (invoiceLoading || paymentLoading) { return
Loading...
} + if (invoiceLoading || paymentLoading) { return } if (balance.balanceLoading) { return } if (!balance.channelBalance || !balance.walletBalance) { return }