mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-17 06:24:32 +00:00
Cleaning up ui
This commit is contained in:
@@ -150,7 +150,7 @@ export default function HealthChecksTable({
|
||||
</Button>
|
||||
),
|
||||
cell: ({ row }) => (
|
||||
<span>{row.original.name}</span>
|
||||
<span>{row.original.name ? row.original.name : "-"}</span>
|
||||
)
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user