pl-fe: Move user lists away from immutable
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@@ -28,7 +28,7 @@ const useAccountList = (listKey: string[], entityFn: EntityFn<void>) => {
|
||||
getNextPageParam: (config) => config.next ? config : undefined,
|
||||
});
|
||||
|
||||
const data = flattenPages<Account>(queryInfo.data as any)?.toReversed() || [];
|
||||
const data = flattenPages<Account>(queryInfo.data as any) || [];
|
||||
|
||||
const { relationships } = useRelationships(
|
||||
listKey,
|
||||
|
||||
Reference in New Issue
Block a user