Pārlūkot izejas kodu

fix(pagination): keys

master
Hristo Terezov 3 gadus atpakaļ
vecāks
revīzija
07a69ba040

+ 1
- 1
react/features/filmstrip/components/web/Filmstrip.js Parādīt failu

@@ -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;

Notiek ielāde…
Atcelt
Saglabāt