diff --git a/app/src/components/VideoContainers/FullScreenView.js b/app/src/components/VideoContainers/FullScreenView.js index 05d1484..0657960 100644 --- a/app/src/components/VideoContainers/FullScreenView.js +++ b/app/src/components/VideoContainers/FullScreenView.js @@ -96,11 +96,6 @@ const FullScreenView = (props) => !consumer.remotelyPaused ); - let consumerProfile; - - if (consumer) - consumerProfile = consumer.profile; - return (