mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
fix(pagination): keys
This commit is contained in:
@@ -243,7 +243,7 @@ class Filmstrip extends PureComponent <Props> {
|
||||
return `empty-${index}`;
|
||||
}
|
||||
|
||||
return _remoteParticipants[_remoteParticipantsLength - index - 1];
|
||||
return _remoteParticipants[index];
|
||||
}
|
||||
|
||||
_gridItemKey: Object => string;
|
||||
|
||||
Reference in New Issue
Block a user