[Glitch] Profile redesign: Fix follower/following pagination
Port 87dc8f903633f8c31075f75cfe7cff7457993017 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
915fd0933a
commit
d4e7ee4855
@ -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