From de5b5c56e2705a0d810ace8c4283f0df25af0b3e Mon Sep 17 00:00:00 2001 From: amanycodes Date: Sat, 15 Feb 2025 19:45:43 +0530 Subject: [PATCH] fix-ci-errors Signed-off-by: amanycodes --- web/ui/mantine-ui/src/pages/AlertsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ui/mantine-ui/src/pages/AlertsPage.tsx b/web/ui/mantine-ui/src/pages/AlertsPage.tsx index 575207c745..4b73fbfb55 100644 --- a/web/ui/mantine-ui/src/pages/AlertsPage.tsx +++ b/web/ui/mantine-ui/src/pages/AlertsPage.tsx @@ -216,7 +216,7 @@ export default function AlertsPage() { // convenient to have in the same file IMO). const renderedPageItems = useMemo( () => - currentPageGroups.map((g, i) => ( + currentPageGroups.map((g) => (