hide when no livestream claims

This commit is contained in:
zeppi 2021-03-30 12:29:28 -04:00
parent dd01ad2cb2
commit f8199d763c

View file

@ -227,6 +227,7 @@ export default function LivestreamSetupPage(props: Props) {
/>
</div>
)}
{Boolean(livestreamClaims.length) && (
<div className="section">
<ClaimList
header={__('Your livestream uploads')}
@ -235,6 +236,7 @@ export default function LivestreamSetupPage(props: Props) {
.map((claim) => claim.permanent_url)}
/>
</div>
)}
</>
) : (
<Yrbl