Update index.jsx

This commit is contained in:
Alexander Holliday
2024-08-27 15:32:45 -07:00
committed by GitHub
parent eedc6bbed6
commit 4317e1bc5b

View File

@@ -57,7 +57,6 @@ const Incidents = () => {
null,
null
);
console.log(res);
// Reduce to a lookup object for 0(1) lookup
if (res.data && res.data.data.length > 0) {
const monitorLookup = res.data.data.reduce((acc, monitor) => {