Merge pull request #789 from nick4810/fix/standard-users-signal-logos-ready
Some checks are pending
CI Pipeline / prepare (push) Waiting to run
CI Pipeline / docker (amd64, ubuntu-24.04) (push) Blocked by required conditions
CI Pipeline / docker (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
CI Pipeline / create-manifest (push) Blocked by required conditions
Build and Push Multi-Arch Docker Image / build-and-push (push) Waiting to run

This commit is contained in:
SergeantPanda 2026-01-01 17:37:01 -06:00 committed by GitHub
commit ded785de54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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} />