Merge branch 'main' into next

This commit is contained in:
Aarnav Tale
2025-08-20 15:14:17 -04:00
committed by GitHub
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)}