Commit c92d2a3c by mrhaoji Committed by GitHub

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

which happend in commit # 2c91f73a
parent 1685b991
...@@ -226,6 +226,7 @@ const UsersTable = () => { ...@@ -226,6 +226,7 @@ const UsersTable = () => {
<Popup <Popup
content={user.email ? user.email : '未绑定邮箱地址'} content={user.email ? user.email : '未绑定邮箱地址'}
key={user.username} key={user.username}
header={user.display_name ? user.display_name : user.username}
trigger={<span>{renderText(user.username, 10)}</span>} trigger={<span>{renderText(user.username, 10)}</span>}
hoverable hoverable
/> />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment