Skip to content

Commit 5db9a9d

Browse files
committed
fix-ci-errors
Signed-off-by: amanycodes <amanycodes@gmail.com>
1 parent bf9c68c commit 5db9a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export default function AlertsPage() {
215215
// convenient to have in the same file IMO).
216216
const renderedPageItems = useMemo(
217217
() =>
218-
currentPageGroups.map((g, i) => (
218+
currentPageGroups.map((g) => (
219219
<Card
220220
shadow="xs"
221221
withBorder

0 commit comments

Comments
 (0)