diff --git a/ui/component/livestreamLink/view.jsx b/ui/component/livestreamLink/view.jsx index bd82a264d..a014f215b 100644 --- a/ui/component/livestreamLink/view.jsx +++ b/ui/component/livestreamLink/view.jsx @@ -32,6 +32,7 @@ export default function LivestreamLink(props: Props) { React.useEffect(() => { function fetchIsStreaming() { + // $FlowFixMe Bitwave's API can handle garbage fetch(`${BITWAVE_API}/${livestreamChannelId}`) .then((res) => res.json()) .then((res) => {