From 99f4738f4a30efa43bf03ea5ec560421d3289faa Mon Sep 17 00:00:00 2001 From: Fabian Posenau Date: Sun, 26 Feb 2023 20:06:40 +0100 Subject: [PATCH] fix: wrong parameter (#302) Co-authored-by: Fabian Posenau --- apps/client/src/features/viewers/ViewWrapper.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/features/viewers/ViewWrapper.jsx b/apps/client/src/features/viewers/ViewWrapper.jsx index 90a58348b..3c01454ae 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: '',