fix: restore display_name/username that deleted before (#268)

which happend in commit # 3bab5b4
This commit is contained in:
mrhaoji 2023-07-12 22:43:54 +08:00 committed by GitHub
parent 6215d2e71c
commit ea73201b6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,6 +226,7 @@ const UsersTable = () => {
<Popup
content={user.email ? user.email : '未绑定邮箱地址'}
key={user.username}
header={user.display_name ? user.display_name : user.username}
trigger={<span>{renderText(user.username, 10)}</span>}
hoverable
/>