diff --git a/react/features/filmstrip/components/web/Filmstrip.js b/react/features/filmstrip/components/web/Filmstrip.js index 53f1ec905..50c0da29d 100644 --- a/react/features/filmstrip/components/web/Filmstrip.js +++ b/react/features/filmstrip/components/web/Filmstrip.js @@ -243,7 +243,7 @@ class Filmstrip extends PureComponent { return `empty-${index}`; } - return _remoteParticipants[_remoteParticipantsLength - index - 1]; + return _remoteParticipants[index]; } _gridItemKey: Object => string;