diff --git a/src/pages/users/UserListPage.tsx b/src/pages/users/UserListPage.tsx index 2650d9c..d051f35 100644 --- a/src/pages/users/UserListPage.tsx +++ b/src/pages/users/UserListPage.tsx @@ -267,6 +267,13 @@ const UserListPage: React.FC = () => { ))} + {Object.entries(stats.users_by_role || {}).map(([role, count]) => ( + + + + + + ))} )}