pl-fe: Fix thread selector
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
b4fd7e97b6
commit
640c45588c
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