diff --git a/ui/page/livestreamSetup/view.jsx b/ui/page/livestreamSetup/view.jsx index 2b5a95e01..eb6da5a23 100644 --- a/ui/page/livestreamSetup/view.jsx +++ b/ui/page/livestreamSetup/view.jsx @@ -227,14 +227,16 @@ export default function LivestreamSetupPage(props: Props) { /> )} -
- !pendingLiveStreamClaims.some((p) => p.permanent_url === c.permanent_url)) - .map((claim) => claim.permanent_url)} - /> -
+ {Boolean(livestreamClaims.length) && ( +
+ !pendingLiveStreamClaims.some((p) => p.permanent_url === c.permanent_url)) + .map((claim) => claim.permanent_url)} + /> +
+ )} ) : (