From 686a8bfec54e4b31a24902d43d3738839a955baf Mon Sep 17 00:00:00 2001 From: Kirill Chernakov Date: Mon, 3 Feb 2025 10:22:18 +0400 Subject: [PATCH] fix: more compact incident list table --- keep-ui/features/incident-list/ui/incidents-table.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/keep-ui/features/incident-list/ui/incidents-table.tsx b/keep-ui/features/incident-list/ui/incidents-table.tsx index 27f3187bb..f21609823 100644 --- a/keep-ui/features/incident-list/ui/incidents-table.tsx +++ b/keep-ui/features/incident-list/ui/incidents-table.tsx @@ -164,7 +164,6 @@ export default function IncidentsTable({ header: "Status", cell: ({ row }) => ( @@ -174,7 +173,7 @@ export default function IncidentsTable({ id: "name", header: "Incident", cell: ({ row }) => ( -
+