diff --git a/ui/page/livestream/view.jsx b/ui/page/livestream/view.jsx index f894234be..251e5aaa7 100644 --- a/ui/page/livestream/view.jsx +++ b/ui/page/livestream/view.jsx @@ -61,7 +61,7 @@ export default function CreatorDashboardPage(props: Props) { const [isFetching, setIsFetching] = React.useState(true); const [isLive, setIsLive] = React.useState(false); const [livestreamClaim, setLivestreamClaim] = React.useState(false); - const [livestreamClaims, setLivestreamClaims] = React.useState(false); + const [livestreamClaims, setLivestreamClaims] = React.useState([]); React.useEffect(() => { if (!activeChannelClaimStr) return;