diff --git a/app/routes/machines/components/machine-row.tsx b/app/routes/machines/components/machine-row.tsx
index de42c7d..285e7fb 100644
--- a/app/routes/machines/components/machine-row.tsx
+++ b/app/routes/machines/components/machine-row.tsx
@@ -63,7 +63,9 @@ export default function MachineRow({
>
{node.givenName}
- {node.user.name}
+
+ {node.user.name ?? node.user.email}
+
{mapTagsToComponents(node, uiTags)}
{node.validTags.map((tag) => (
diff --git a/app/routes/machines/machine.tsx b/app/routes/machines/machine.tsx
index 637d6be..ae3f892 100644
--- a/app/routes/machines/machine.tsx
+++ b/app/routes/machines/machine.tsx
@@ -109,7 +109,7 @@ export default function Page() {
- {node.user.name}
+ {node.user.name ?? node.user.email}
@@ -254,7 +254,7 @@ export default function Page() {
className="w-full max-w-full grid grid-cols-1 lg:grid-cols-2 gap-y-2 sm:gap-x-12"
>