mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-06 23:22:11 -04:00
fix-ci-errors
Signed-off-by: amanycodes <amanycodes@gmail.com>
This commit is contained in:
parent
3dc9cbc8c0
commit
de5b5c56e2
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,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
|
||||
|
|
|
|||
Loading…
Reference in a new issue