Browse Source

auto commit

dev8
jfinn 4 years ago
parent
commit
edca62492a
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      react/features/filmstrip/components/web/ThumbnailWrapper.js

+ 0
- 2
react/features/filmstrip/components/web/ThumbnailWrapper.js View File

@@ -81,7 +81,6 @@ class ThumbnailWrapper extends Component<Props> {
81 81
 				<span  id={`vid2_${_participantID}`} className="idk_vid2" data-_participantID={_participantID}>
82 82
 				<span className="idk_vid3">
83 83
                 <Thumbnail
84
-				// className={"idk_vx idk_vx_l"}
85 84
                     horizontalOffset = { _horizontalOffset }
86 85
                     key = 'local'
87 86
                     style = { style } />
@@ -96,7 +95,6 @@ class ThumbnailWrapper extends Component<Props> {
96 95
 			<span id={`vid2_${_participantID}`} className="idk_vid2" data-_participantID={_participantID}>
97 96
 			<span className="idk_vid3">
98 97
             <Thumbnail
99
-			// className={"idk_vx idk_vx_r"}
100 98
                 horizontalOffset = { _horizontalOffset }
101 99
                 key = { `remote_${_participantID}` }
102 100
                 participantID = { _participantID }

Loading…
Cancel
Save