mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 14:39:06 +00:00
fix: wrong parameter (#302)
Co-authored-by: Fabian Posenau <fabian@fphome.de>
This commit is contained in:
@@ -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: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user