diff --git a/apps/client/src/features/viewers/ViewWrapper.jsx b/apps/client/src/features/viewers/ViewWrapper.jsx index 90a58348ba..3c01454ae8 100644 --- a/apps/client/src/features/viewers/ViewWrapper.jsx +++ b/apps/client/src/features/viewers/ViewWrapper.jsx @@ -35,7 +35,7 @@ const withSocket = (Component) => { subtitleNext: '', presenterNext: '', }); - const [publicTitles] = useSubscription('publictitles', { + const [publicTitles] = useSubscription('titlesPublic', { titleNow: '', subtitleNow: '', presenterNow: '',