Merge branch 'main' into next
This commit is contained in:
commit
82f6294499
14 changed files with 24 additions and 25 deletions
|
|
@ -65,7 +65,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.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