From 703735f4510383db605d72dea12fc0cdf22b80a3 Mon Sep 17 00:00:00 2001 From: Marcin Maciaszczyk Date: Tue, 8 Oct 2024 13:27:22 +0200 Subject: [PATCH] use default chip size in both cluster lists --- .../components/overview/clusters/SelfHostedTableCols.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/www/src/components/overview/clusters/SelfHostedTableCols.tsx b/www/src/components/overview/clusters/SelfHostedTableCols.tsx index 87500ac23..e62ea3351 100644 --- a/www/src/components/overview/clusters/SelfHostedTableCols.tsx +++ b/www/src/components/overview/clusters/SelfHostedTableCols.tsx @@ -88,12 +88,7 @@ export const ColHealth = columnHelper.accessor((row) => row.pingedAt, { row: { original: { pingedAt }, }, - }) => ( - - ), + }) => , header: 'Health', })