Browse Source

auto commit

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

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

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

Loading…
Cancel
Save