pending
This commit is contained in:
parent
e78b5d4c12
commit
a314b2af3d
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ export default function LivestreamSetupPage(props: Props) {
|
|||
.catch(() => {
|
||||
setLivestreamClaims([]);
|
||||
});
|
||||
}, [activeChannelClaimStr]);
|
||||
}, [activeChannelClaimStr, pendingClaims.length]);
|
||||
|
||||
return (
|
||||
<Page>
|
||||
|
|
Loading…
Reference in a new issue