frontend-rw #1

Merged
marcin merged 347 commits from frontend-rw into develop 2024-12-05 15:32:18 -08:00
Showing only changes of commit f4bd879f89 - Show all commits

View file

@ -67,7 +67,7 @@ const makeGetDescendantsIds = () => createSelector([
} }
if (replies) { if (replies) {
replies.reverse().forEach((reply: string) => { replies.toReversed().forEach((reply: string) => {
ids.unshift(reply); ids.unshift(reply);
}); });
} }