fix display name

This commit is contained in:
Domingo Dirutigliano
2025-07-11 10:17:14 +02:00
committed by Aarnav Tale
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)}