From 7d5dd1a9c66d427d3019ef595a4ac95fb0da5119 Mon Sep 17 00:00:00 2001 From: Wang Sijie Date: Tue, 28 Jun 2022 22:58:30 +0800 Subject: [PATCH] fix(console): show user id in users table (#1269) --- packages/console/src/pages/Users/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/console/src/pages/Users/index.tsx b/packages/console/src/pages/Users/index.tsx index 2bcca6080..86d611725 100644 --- a/packages/console/src/pages/Users/index.tsx +++ b/packages/console/src/pages/Users/index.tsx @@ -119,7 +119,7 @@ const Users = () => { /> )} - {users?.map(({ id, name, username, avatar, lastSignInAt, applicationId }) => ( + {users?.map(({ id, name, avatar, lastSignInAt, applicationId }) => ( {