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