pl-fe: do not reverse replies order on each rerender
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -67,7 +67,7 @@ const makeGetDescendantsIds = () => createSelector([
|
||||
}
|
||||
|
||||
if (replies) {
|
||||
replies.reverse().forEach((reply: string) => {
|
||||
replies.toReversed().forEach((reply: string) => {
|
||||
ids.unshift(reply);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user