Signaling ready when no StreamTable rendered

This commit is contained in:
Nick Sandstrom 2025-12-29 22:18:42 -08:00
parent 57a6a842b2
commit d9fc0e68d6

View file

@ -65,6 +65,7 @@ const PageContent = () => {
if (!authUser.id) return <></>;
if (authUser.user_level <= USER_LEVELS.STANDARD) {
handleStreamsReady();
return (
<Box style={{ padding: 10 }}>
<ChannelsTable onReady={handleChannelsReady} />