Profile redesign: Fix follower/following pagination (#38417)
This commit is contained in:
parent
5b2e614beb
commit
87dc8f9036
@ -29,7 +29,7 @@ export const selectUserListWithoutMe = createAppSelector(
|
|||||||
.filter((id) => id !== currentAccountId)
|
.filter((id) => id !== currentAccountId)
|
||||||
.toArray(),
|
.toArray(),
|
||||||
isLoading: !!list.get('isLoading', true),
|
isLoading: !!list.get('isLoading', true),
|
||||||
hasMore: !!list.get('hasMore', false),
|
hasMore: !!list.get('next'),
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user