remove the timeout of the continue watching state listener

This commit is contained in:
nklhrstv 2020-03-25 18:51:04 +02:00
parent 59775625a1
commit 8fec2dee0b

View file

@ -25,8 +25,7 @@ const useContinueWatching = () => {
return useModelState({
model: 'continue_watching',
map: mapContinueWatchingState,
init: initContinueWatchingState,
timeout: 5000
init: initContinueWatchingState
});
};