From ad8464249cac9cd215afac6995087676c08d7e00 Mon Sep 17 00:00:00 2001 From: amanycodes Date: Wed, 19 Feb 2025 15:28:27 +0530 Subject: [PATCH] removed comments Signed-off-by: amanycodes --- web/ui/mantine-ui/src/pages/AlertsPage.tsx | 2 +- web/ui/mantine-ui/src/pages/RulesPage.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/ui/mantine-ui/src/pages/AlertsPage.tsx b/web/ui/mantine-ui/src/pages/AlertsPage.tsx index b79ec4005c..a905850628 100644 --- a/web/ui/mantine-ui/src/pages/AlertsPage.tsx +++ b/web/ui/mantine-ui/src/pages/AlertsPage.tsx @@ -221,7 +221,7 @@ export default function AlertsPage() { shadow="xs" withBorder p="md" - key={`${g.file}-${g.name}`} // TODO: Find a stable and definitely unique key. + key={`${g.file}-${g.name}`} > diff --git a/web/ui/mantine-ui/src/pages/RulesPage.tsx b/web/ui/mantine-ui/src/pages/RulesPage.tsx index 50567a736d..054bea0939 100644 --- a/web/ui/mantine-ui/src/pages/RulesPage.tsx +++ b/web/ui/mantine-ui/src/pages/RulesPage.tsx @@ -92,7 +92,7 @@ export default function RulesPage() { withBorder p="md" mb="md" - key={`${g.file}-${g.name}`} // TODO: Find a stable and definitely unique key. + key={`${g.file}-${g.name}`} >