diff --git a/app/src/components/VideoWindow/VideoWindow.js b/app/src/components/VideoWindow/VideoWindow.js index e478070..7dcf970 100644 --- a/app/src/components/VideoWindow/VideoWindow.js +++ b/app/src/components/VideoWindow/VideoWindow.js @@ -23,18 +23,29 @@ const VideoWindow = (props) => !consumer.remotelyPaused ); - let consumerProfile; - - if (consumer) - consumerProfile = consumer.profile; - return ( );