mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-29 04:50:20 +00:00
Signaling ready when no StreamTable rendered
This commit is contained in:
parent
57a6a842b2
commit
d9fc0e68d6
1 changed files with 1 additions and 0 deletions
|
|
@ -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} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue