displayName correctly integrated
This commit is contained in:
parent
ad469129bc
commit
27b2831f00
13 changed files with 16 additions and 20 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.id}
|
||||
{node.user.name || node.user.displayName || 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