chore: merge remote-tracking branch 'origin' into next

This commit is contained in:
Aarnav Tale 2025-06-23 00:35:04 -04:00
commit 84c820efb1
No known key found for this signature in database
2 changed files with 3 additions and 3 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.email}
</p>
<div className="flex gap-1 flex-wrap mt-1.5">
{mapTagsToComponents(node, uiTags)}