mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
fix-ci-errors
Signed-off-by: amanycodes <amanycodes@gmail.com>
This commit is contained in:
parent
bf9c68c7f1
commit
5db9a9d2cf
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue