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 }