diff --git a/apps/app/components/BasePool/Worker/List.tsx b/apps/app/components/BasePool/Worker/List.tsx index 48be60f5..27ebb151 100644 --- a/apps/app/components/BasePool/Worker/List.tsx +++ b/apps/app/components/BasePool/Worker/List.tsx @@ -86,7 +86,7 @@ const WorkerList: FC<{basePool: BasePoolCommonFragment}> = ({basePool}) => { subsquidClient, { after: page === 1 ? undefined : String((page - 1) * pageSize), - orderBy, + orderBy: [orderBy, 'id_ASC'], first: pageSize, where: { AND: [