fix reward rates crash

This commit is contained in:
jessop 2020-10-15 22:29:19 -04:00 committed by Sean Yesmunt
parent f5900795c4
commit 6284f86026

View file

@ -75,6 +75,7 @@ export default function ChannelsPage(props: Props) {
const channelRewardData =
rewardData &&
rewardData.rates &&
rewardData.rates.find(data => {
return data.channel_claim_id === claim.claim_id;
});