From b26a5ef2d096ff681061e77210256f849e51209c Mon Sep 17 00:00:00 2001 From: Deluan Date: Thu, 30 Jan 2020 20:20:06 -0500 Subject: [PATCH] feat: add name to user list --- ui/src/user/UserList.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/user/UserList.js b/ui/src/user/UserList.js index 40ff4af90..5a900ba50 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) => { ) : ( +