removed comments

Signed-off-by: amanycodes <amanycodes@gmail.com>
This commit is contained in:
amanycodes 2025-02-19 15:28:27 +05:30
parent 25d2746e35
commit ad8464249c
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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">