We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9c68c commit 5db9a9dCopy full SHA for 5db9a9d
web/ui/mantine-ui/src/pages/AlertsPage.tsx
@@ -215,7 +215,7 @@ export default function AlertsPage() {
215
// convenient to have in the same file IMO).
216
const renderedPageItems = useMemo(
217
() =>
218
- currentPageGroups.map((g, i) => (
+ currentPageGroups.map((g) => (
219
<Card
220
shadow="xs"
221
withBorder
0 commit comments