Skip to content

Commit

Permalink
fix: restore display_name/username that deleted before (#268)
Browse files Browse the repository at this point in the history
which happend in commit # 3bab5b4
  • Loading branch information
mrhaoji authored Jul 12, 2023
1 parent 6215d2e commit ea73201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/components/UsersTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
/>
Expand Down

0 comments on commit ea73201

Please sign in to comment.