diff --git a/ui/page/livestreamSetup/view.jsx b/ui/page/livestreamSetup/view.jsx index a4cad24a5..25d0b7472 100644 --- a/ui/page/livestreamSetup/view.jsx +++ b/ui/page/livestreamSetup/view.jsx @@ -194,6 +194,7 @@ export default function LivestreamSetupPage(props: Props) { )} {streamKey && totalLivestreamClaims.length > 0 && ( @@ -217,10 +218,25 @@ export default function LivestreamSetupPage(props: Props) { )} {totalLivestreamClaims.length > 0 ? ( - claim.permanent_url)} - /> + <> + {Boolean(pendingLiveStreamClaims.length) && ( +
+ claim.permanent_url)} + /> +
+ )} +
+ !pendingLiveStreamClaims.some((p) => p.permanent_url === c.permanent_url)) + .map((claim) => claim.permanent_url)} + /> +
+ ) : (