diff --git a/ui/src/user/UserList.js b/ui/src/user/UserList.js index 40ff4af9..5a900ba5 100644 --- a/ui/src/user/UserList.js +++ b/ui/src/user/UserList.js @@ -31,7 +31,7 @@ const UserList = (props) => { > {isXsmall ? ( record.name} + primaryText={(record) => record.userName} secondaryText={(record) => record.lastLoginAt && new Date(record.lastLoginAt).toLocaleString() } @@ -40,6 +40,7 @@ const UserList = (props) => { ) : ( +