ソースを参照

auto commit

dev8
jfinn 4年前
コミット
6538bbf3f5
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 = 'local'
205
+									p_id = 'local'
206 206
                                     key = 'local' />
207 207
                             }
208 208
                         </div>

読み込み中…
キャンセル
保存