Explorar el Código

auto commit

dev8
jfinn hace 4 años
padre
commit
f74b3d8232
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      react/features/filmstrip/components/web/ThumbnailWrapper.js

+ 2
- 2
react/features/filmstrip/components/web/ThumbnailWrapper.js Ver fichero

@@ -81,7 +81,7 @@ 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
-					rpi_ji = 'loc'
84
+					p_id = { _participantID }
85 85
                     horizontalOffset = { _horizontalOffset }
86 86
                     key = 'local'
87 87
                     style = { style } />
@@ -96,7 +96,7 @@ class ThumbnailWrapper extends Component<Props> {
96 96
 			<span id={`vid2_${_participantID}`} className="idk_vid2" data-_participantID={_participantID}>
97 97
 			<span className="idk_vid3">
98 98
             <Thumbnail
99
-				rpi_ji = 'remote'
99
+				p_id = { _participantID }
100 100
 				horizontalOffset = { _horizontalOffset }
101 101
                 key = { `remote_${_participantID}` }
102 102
                 participantID = { _participantID }

Loading…
Cancelar
Guardar