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(() => {
|
.catch(() => {
|
||||||
setLivestreamClaims([]);
|
setLivestreamClaims([]);
|
||||||
});
|
});
|
||||||
}, [activeChannelClaimStr]);
|
}, [activeChannelClaimStr, pendingClaims.length]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Page>
|
<Page>
|
||||||
|
|
Loading…
Reference in a new issue