diff --git a/frontend/app/components/Session/WebPlayer.js b/frontend/app/components/Session/WebPlayer.js index 56cc59b4e..99c423e6d 100644 --- a/frontend/app/components/Session/WebPlayer.js +++ b/frontend/app/components/Session/WebPlayer.js @@ -42,7 +42,7 @@ const ConnectedMenu = connectPlayer(state => ({ showEvents: state.showEvents}), { toggleEvents })(RightMenu) function WebPlayer (props) { - const { session, toggleFullscreen, closeBottomBlock, live, fullscreen, jwt, config, showEvents } = props; + const { session, toggleFullscreen, closeBottomBlock, live, fullscreen, jwt, config } = props; const TABS = { EVENTS: 'Events', diff --git a/frontend/app/components/Session_/EventsBlock/EventSearch/EventSearch.js b/frontend/app/components/Session_/EventsBlock/EventSearch/EventSearch.js index 1c12ff36f..c76bcdde7 100644 --- a/frontend/app/components/Session_/EventsBlock/EventSearch/EventSearch.js +++ b/frontend/app/components/Session_/EventsBlock/EventSearch/EventSearch.js @@ -17,7 +17,7 @@ function EventSearch(props) {