mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-23 18:19:51 -06:00
Update index.jsx
This commit is contained in:
committed by
GitHub
parent
eedc6bbed6
commit
4317e1bc5b
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user