Live video on the AT Protocol

Apply suggestion from @iameli

authored by Eli Mallon and committed by GitHub 722f2dba 6f1240be

+1 -1
+1 -1
js/components/src/components/dashboard/information-widget.tsx
··· 39 39 const [bitrateHistory, setBitrateHistory] = useState<number[]>( 40 40 Array.from({ length: BITRATE_HISTORY_LENGTH }, () => 0), 41 41 ); 42 - const [showViewers, setShowViewers] = useAQState("showViewers", false); 42 + const [showViewers, setShowViewers] = useAQState("showViewers", true); 43 43 const [componentWidth, setComponentWidth] = useState<number>(220); 44 44 const [componentHeight, setComponentHeight] = useState<number>(400); 45 45 const [streamStartTime, setStreamStartTime] = useState<Date | null>(null);