fix: wrong parameter (#302)

Co-authored-by: Fabian Posenau <fabian@fphome.de>
This commit is contained in:
Fabian Posenau
2023-02-26 20:06:40 +01:00
committed by GitHub
parent c405698813
commit 99f4738f4a
@@ -35,7 +35,7 @@ const withSocket = (Component) => {
subtitleNext: '', subtitleNext: '',
presenterNext: '', presenterNext: '',
}); });
const [publicTitles] = useSubscription('publictitles', { const [publicTitles] = useSubscription('titlesPublic', {
titleNow: '', titleNow: '',
subtitleNow: '', subtitleNow: '',
presenterNow: '', presenterNow: '',