This commit is contained in:
zeppi 2021-03-24 19:15:11 -04:00 committed by jessopb
parent e78b5d4c12
commit a314b2af3d

View file

@ -82,7 +82,7 @@ export default function LivestreamSetupPage(props: Props) {
.catch(() => { .catch(() => {
setLivestreamClaims([]); setLivestreamClaims([]);
}); });
}, [activeChannelClaimStr]); }, [activeChannelClaimStr, pendingClaims.length]);
return ( return (
<Page> <Page>