fix(pagination): keys
This commit is contained in:
parent
2d319d18c3
commit
07a69ba040
|
@ -243,7 +243,7 @@ class Filmstrip extends PureComponent <Props> {
|
|||
return `empty-${index}`;
|
||||
}
|
||||
|
||||
return _remoteParticipants[_remoteParticipantsLength - index - 1];
|
||||
return _remoteParticipants[index];
|
||||
}
|
||||
|
||||
_gridItemKey: Object => string;
|
||||
|
|
Loading…
Reference in New Issue