Bläddra i källkod

auto commit

dev8
jfinn 4 år sedan
förälder
incheckning
9c9e81546f
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      react/features/filmstrip/components/web/ThumbnailWrapper.js

+ 2
- 2
react/features/filmstrip/components/web/ThumbnailWrapper.js Visa fil

@@ -70,7 +70,7 @@ class ThumbnailWrapper extends Component<Props> {
70 70
      */
71 71
     render() {
72 72
         const { _participantID, style, _horizontalOffset = 0 } = this.props;
73
-
73
+		var o = {a:1}
74 74
         if (typeof _participantID !== 'string') {
75 75
             return null;
76 76
         }
@@ -78,7 +78,7 @@ class ThumbnailWrapper extends Component<Props> {
78 78
         if (_participantID === 'local') {
79 79
             return (
80 80
 				<span  id={`vid1_${_participantID}`} className="idk_vid idk_vid_loc vx21 vx210" data-_participantID={_participantID}
81
-				zdata={a:1}
81
+				zdata={o}
82 82
 				>
83 83
 				<span  id={`vid2_${_participantID}`} className="idk_vid2" data-_participantID={_participantID}>
84 84
 				<span className="idk_vid3">

Laddar…
Avbryt
Spara