소스 검색

auto commit

dev8
jfinn 4 년 전
부모
커밋
4e9c486a20
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      react/features/filmstrip/components/web/Filmstrip.js

+ 1
- 1
react/features/filmstrip/components/web/Filmstrip.js 파일 보기

@@ -202,7 +202,7 @@ class Filmstrip extends PureComponent <Props> {
202 202
                         <div id = 'filmstripLocalVideoThumbnail'>
203 203
                             {
204 204
                                 !tileViewActive && <Thumbnail
205
-								p_id = {this.props._participantID}
205
+								p_id = 'local'
206 206
                                     key = 'local' />
207 207
                             }
208 208
                         </div>

Loading…
취소
저장