Hristo Terezov 3 лет назад
Родитель
Сommit
07a69ba040
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      react/features/filmstrip/components/web/Filmstrip.js

+ 1
- 1
react/features/filmstrip/components/web/Filmstrip.js Просмотреть файл

@@ -243,7 +243,7 @@ class Filmstrip extends PureComponent <Props> {
243 243
             return `empty-${index}`;
244 244
         }
245 245
 
246
-        return _remoteParticipants[_remoteParticipantsLength - index - 1];
246
+        return _remoteParticipants[index];
247 247
     }
248 248
 
249 249
     _gridItemKey: Object => string;

Загрузка…
Отмена
Сохранить