Skip to content

Commit ad84642

Browse files
committed
removed comments
Signed-off-by: amanycodes <amanycodes@gmail.com>
1 parent 25d2746 commit ad84642

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/ui/mantine-ui/src/pages/AlertsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export default function AlertsPage() {
221221
shadow="xs"
222222
withBorder
223223
p="md"
224-
key={`${g.file}-${g.name}`} // TODO: Find a stable and definitely unique key.
224+
key={`${g.file}-${g.name}`}
225225
>
226226
<Group mb="sm" justify="space-between">
227227
<Group align="baseline">

web/ui/mantine-ui/src/pages/RulesPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default function RulesPage() {
9292
withBorder
9393
p="md"
9494
mb="md"
95-
key={`${g.file}-${g.name}`} // TODO: Find a stable and definitely unique key.
95+
key={`${g.file}-${g.name}`}
9696
>
9797
<Group mb="sm" justify="space-between">
9898
<Group align="baseline">

0 commit comments

Comments
 (0)