Merge branch 'main' into next

This commit is contained in:
Aarnav Tale 2025-08-20 15:14:17 -04:00 committed by GitHub
commit 82f6294499
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 24 additions and 25 deletions

View file

@ -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)}