Browse Source

auto commit

dev8
jfinn 4 years ago
parent
commit
91ba7dc0bf
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      react/features/filmstrip/components/web/Filmstrip.js

+ 1
- 0
react/features/filmstrip/components/web/Filmstrip.js View File

202
                         <div id = 'filmstripLocalVideoThumbnail'>
202
                         <div id = 'filmstripLocalVideoThumbnail'>
203
                             {
203
                             {
204
                                 !tileViewActive && <Thumbnail
204
                                 !tileViewActive && <Thumbnail
205
+								p_id = {this.props._participantID}
205
                                     key = 'local' />
206
                                     key = 'local' />
206
                             }
207
                             }
207
                         </div>
208
                         </div>

Loading…
Cancel
Save