diff --git a/src/browser/overlay.js b/src/browser/overlay.js index 9a82138..75a2c20 100644 --- a/src/browser/overlay.js +++ b/src/browser/overlay.js @@ -15,7 +15,7 @@ import TwitchIcon from '../static/twitch.svg' import YouTubeIcon from '../static/youtube.svg' import SoundIcon from '../static/volume-up-solid.svg' -function Overlay({ config, views, streams, customStreams }) { +function Overlay({ config, views, streams }) { const { width, height } = config const activeViews = views .map(({ state, context }) => State.from(state, context)) @@ -24,9 +24,7 @@ function Overlay({ config, views, streams, customStreams }) {