mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-05 21:57:09 +02:00
fix-ci-errors
Signed-off-by: amanycodes <amanycodes@gmail.com>
This commit is contained in:
parent
3dc9cbc8c0
commit
de5b5c56e2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user