pl-fe: Fix thread selector
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
7b435ff3c9
commit
a44dd71be8
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ const makeGetThread = () => {
|
||||||
const getDescendantsIds = makeGetDescendantsIds();
|
const getDescendantsIds = makeGetDescendantsIds();
|
||||||
|
|
||||||
return createSelector([
|
return createSelector([
|
||||||
(state: RootState, statusId: string) => getAncestorsIds(state, state.contexts.inReplyTos.get(statusId)),
|
(state: RootState, statusId: string) => getAncestorsIds(state, statusId),
|
||||||
(state: RootState, statusId: string) => getDescendantsIds(state, statusId),
|
(state: RootState, statusId: string) => getDescendantsIds(state, statusId),
|
||||||
(_, statusId: string) => statusId,
|
(_, statusId: string) => statusId,
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue