Browse Source

fix(wallet-loading): replace loading... copy with our bolt loader

renovate/lint-staged-8.x
Jack Mallers 7 years ago
parent
commit
8821dd7962
  1. 2
      app/routes/activity/components/Activity.js

2
app/routes/activity/components/Activity.js

@ -61,7 +61,7 @@ class Activity extends Component {
newAddress newAddress
} = this.props } = this.props
if (invoiceLoading || paymentLoading) { return <div>Loading...</div> } if (invoiceLoading || paymentLoading) { return <LoadingBolt /> }
if (balance.balanceLoading) { return <LoadingBolt /> } if (balance.balanceLoading) { return <LoadingBolt /> }
if (!balance.channelBalance || !balance.walletBalance) { return <LoadingBolt /> } if (!balance.channelBalance || !balance.walletBalance) { return <LoadingBolt /> }

Loading…
Cancel
Save