From 6c9a7b8539311a3dca09648aac203ffb5e918ace Mon Sep 17 00:00:00 2001
From: Vitor Mateus <vitormateusalmeida@gmail.com>
Date: Mon, 10 Jun 2019 16:40:04 -0300
Subject: [PATCH] Remove TODO

---
 .../ui/components/video-provider/video-list/component.jsx       | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bigbluebutton-html5/imports/ui/components/video-provider/video-list/component.jsx b/bigbluebutton-html5/imports/ui/components/video-provider/video-list/component.jsx
index bb41fd3dfb..8ba43a8abf 100644
--- a/bigbluebutton-html5/imports/ui/components/video-provider/video-list/component.jsx
+++ b/bigbluebutton-html5/imports/ui/components/video-provider/video-list/component.jsx
@@ -122,8 +122,6 @@ class VideoList extends Component {
       <div
         ref={(ref) => { this.canvas = ref; }}
         className={canvasClassName}
-
-        // TODO adicionar videoCanvasSwapLayout quando for swaplayout
       >
         {!users.length ? null : (
           <div
-- 
GitLab