From 645cc38e55e85d57ff59be7b8e8d2c4ecb480cbb Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Fri, 18 Apr 2025 14:45:22 -0400 Subject: [PATCH] fix: show user under machine name --- app/routes/machines/components/machine-row.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/routes/machines/components/machine-row.tsx b/app/routes/machines/components/machine-row.tsx index a5a01c3..e3ad4cc 100644 --- a/app/routes/machines/components/machine-row.tsx +++ b/app/routes/machines/components/machine-row.tsx @@ -63,8 +63,8 @@ export default function MachineRow({ > {node.givenName}

-

{node.name}

-
+

{node.user.name}

+
{mapTagsToComponents(node, uiTags)} {node.validTags.map((tag) => (