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 3dc9cbc8c0
commit de5b5c56e2

View File

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