pl-fe: do not reverse replies order on each rerender
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
46d738cb13
commit
f4bd879f89
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ const makeGetDescendantsIds = () => createSelector([
|
|||
}
|
||||
|
||||
if (replies) {
|
||||
replies.reverse().forEach((reply: string) => {
|
||||
replies.toReversed().forEach((reply: string) => {
|
||||
ids.unshift(reply);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue