Cleaning up ui

This commit is contained in:
Owen
2026-04-17 17:01:55 -07:00
parent 0872fd5818
commit 74165aa1cc
6 changed files with 863 additions and 871 deletions

View File

@@ -150,7 +150,7 @@ export default function HealthChecksTable({
</Button>
),
cell: ({ row }) => (
<span>{row.original.name}</span>
<span>{row.original.name ? row.original.name : "-"}</span>
)
},
{