chore: merge remote-tracking branch 'origin' into next
This commit is contained in:
commit
84c820efb1
2 changed files with 3 additions and 3 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.email}
|
||||
</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