fix display name
This commit is contained in:
parent
f7547a4c62
commit
ad469129bc
8 changed files with 11 additions and 8 deletions
|
|
@ -36,7 +36,7 @@ export default function AddAuthKey(data: AddAuthKeyProps) {
|
|||
}}
|
||||
>
|
||||
{data.users.map((user) => (
|
||||
<Select.Item key={user.id}>{user.name}</Select.Item>
|
||||
<Select.Item key={user.id}>{user.name || user.email || user.id}</Select.Item>
|
||||
))}
|
||||
</Select>
|
||||
<NumberInput
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue