diff --git a/app/routes/activity/components/Activity.js b/app/routes/activity/components/Activity.js index 080654ce..5199fe93 100644 --- a/app/routes/activity/components/Activity.js +++ b/app/routes/activity/components/Activity.js @@ -90,7 +90,7 @@ class Activity extends Component { walletProps } = this.props - if (!balance.channelBalance || !balance.walletBalance) { + if (balance.channelBalance === null || balance.walletBalance === null) { return }