Pārlūkot izejas kodu

fix(pagination): keys

j8
Hristo Terezov 4 gadus atpakaļ
vecāks
revīzija
07a69ba040

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

243
             return `empty-${index}`;
243
             return `empty-${index}`;
244
         }
244
         }
245
 
245
 
246
-        return _remoteParticipants[_remoteParticipantsLength - index - 1];
246
+        return _remoteParticipants[index];
247
     }
247
     }
248
 
248
 
249
     _gridItemKey: Object => string;
249
     _gridItemKey: Object => string;

Notiek ielāde…
Atcelt
Saglabāt