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 = () => {
<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
/>
......
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