diff --git a/frontend/app/components/Session/WebPlayer.js b/frontend/app/components/Session/WebPlayer.js index a9a61536c..888283da4 100644 --- a/frontend/app/components/Session/WebPlayer.js +++ b/frontend/app/components/Session/WebPlayer.js @@ -25,7 +25,7 @@ const InitLoader = connectPlayer(state => ({ }))(Loader); const PlayerContentConnected = connectPlayer(state => ({ - showEvents: !state.showEvents + showEvents: !state.showEvents, }))(PlayerContent); diff --git a/frontend/app/components/Session_/Autoplay/Autoplay.js b/frontend/app/components/Session_/Autoplay/Autoplay.js index a5fb019e6..109c65d2f 100644 --- a/frontend/app/components/Session_/Autoplay/Autoplay.js +++ b/frontend/app/components/Session_/Autoplay/Autoplay.js @@ -12,7 +12,7 @@ function Autoplay(props) { useEffect(() => { props.setAutoplayValues() }, []) - console.log(previousId, nextId) + return (