jfinn před 4 roky
rodič
revize
f74b3d8232

+ 2
- 2
react/features/filmstrip/components/web/ThumbnailWrapper.js Zobrazit soubor

@@ -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 }

Načítá se…
Zrušit
Uložit