diff --git a/app/app/(admin)/components/users-table.tsx b/app/app/(admin)/components/users-table.tsx index 403b11241..176948296 100644 --- a/app/app/(admin)/components/users-table.tsx +++ b/app/app/(admin)/components/users-table.tsx @@ -246,6 +246,8 @@ function UsersTable({ users, setUsers, loading }: UserInterface) { dataIndex: "everyLimitToken", width: 60, align: "right", + sorter: (a, b) => a.everyLimitToken - b.everyLimitToken, + sortDirections: ["descend"], }, { title: "createdAt",