Przeglądaj źródła

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

which happend in commit # 3bab5b4
mrhaoji 2 lat temu
rodzic
commit
ea73201b6f
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      web/src/components/UsersTable.js

+ 1 - 0
web/src/components/UsersTable.js

@@ -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
                     />