fix-ci-errors

Signed-off-by: amanycodes <amanycodes@gmail.com>
This commit is contained in:
amanycodes 2025-02-15 19:45:43 +05:30
parent bf9c68c7f1
commit 5db9a9d2cf

View file

@ -215,7 +215,7 @@ export default function AlertsPage() {
// convenient to have in the same file IMO).
const renderedPageItems = useMemo(
() =>
currentPageGroups.map((g, i) => (
currentPageGroups.map((g) => (
<Card
shadow="xs"
withBorder