We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d98ef commit 11baddbCopy full SHA for 11baddb
web/ui/mantine-ui/src/pages/AlertsPage.tsx
@@ -220,7 +220,7 @@ export default function AlertsPage() {
220
shadow="xs"
221
withBorder
222
p="md"
223
- key={`${g.file}-${g.name}`} // TODO: Find a stable and definitely unique key.
+ key={`${g.file}-${g.name}`}
224
>
225
<Group mb="md" mt="xs" ml="xs" justify="space-between">
226
<Group align="baseline">
web/ui/mantine-ui/src/pages/RulesPage.tsx
@@ -92,7 +92,7 @@ export default function RulesPage() {
92
93
94
mb="md"
95
96
97
98
0 commit comments