removed comments

Signed-off-by: amanycodes <amanycodes@gmail.com>
pull/16044/head
amanycodes 11 months ago
parent 25d2746e35
commit ad8464249c
  1. 2
      web/ui/mantine-ui/src/pages/AlertsPage.tsx
  2. 2
      web/ui/mantine-ui/src/pages/RulesPage.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}`}
>
<Group mb="sm" justify="space-between">
<Group align="baseline">

@ -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}`}
>
<Group mb="sm" justify="space-between">
<Group align="baseline">

Loading…
Cancel
Save