diff --git a/ui/component/livestreamLink/view.jsx b/ui/component/livestreamLink/view.jsx index 75e08a955..a30921306 100644 --- a/ui/component/livestreamLink/view.jsx +++ b/ui/component/livestreamLink/view.jsx @@ -27,5 +27,5 @@ export default function LivestreamLink(props: Props) { ); - return claimUri && ; + return claimUri ? : null; }