diff --git a/frontend/app/components/Session/WebPlayer.js b/frontend/app/components/Session/WebPlayer.js index 99c423e6d..30a0926c0 100644 --- a/frontend/app/components/Session/WebPlayer.js +++ b/frontend/app/components/Session/WebPlayer.js @@ -27,10 +27,10 @@ const PlayerContentConnected = connectPlayer(state => ({ }))(PlayerContent); -function PlayerContent({ live, fullscreen }) { +function PlayerContent({ live, fullscreen, activeTab }) { return (