hide when no livestream claims
This commit is contained in:
parent
dd01ad2cb2
commit
f8199d763c
1 changed files with 10 additions and 8 deletions
|
@ -227,6 +227,7 @@ export default function LivestreamSetupPage(props: Props) {
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
{Boolean(livestreamClaims.length) && (
|
||||||
<div className="section">
|
<div className="section">
|
||||||
<ClaimList
|
<ClaimList
|
||||||
header={__('Your livestream uploads')}
|
header={__('Your livestream uploads')}
|
||||||
|
@ -235,6 +236,7 @@ export default function LivestreamSetupPage(props: Props) {
|
||||||
.map((claim) => claim.permanent_url)}
|
.map((claim) => claim.permanent_url)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
)}
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<Yrbl
|
<Yrbl
|
||||||
|
|
Loading…
Reference in a new issue