fix display name
This commit is contained in:
parent
f7547a4c62
commit
ad469129bc
8 changed files with 11 additions and 8 deletions
|
|
@ -64,7 +64,7 @@ export default function MachineRow({
|
|||
{node.givenName}
|
||||
</p>
|
||||
<p className="text-sm opacity-50">
|
||||
{node.user.name || node.user.email}
|
||||
{node.user.name || node.user.email || node.user.id}
|
||||
</p>
|
||||
<div className="flex gap-1 flex-wrap mt-1.5">
|
||||
{mapTagsToComponents(node, uiTags)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue