mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-30 21:59:27 -06:00
remove console log, add back commented out container height
This commit is contained in:
@@ -625,7 +625,8 @@ const InfrastructureDetails = () => {
|
||||
</ButtonGroup>
|
||||
</Stack>
|
||||
<Stack
|
||||
direction="row"
|
||||
direction={"row"}
|
||||
// height={chartContainerHeight} // FE team HELP! Possibly no longer needed?
|
||||
gap={theme.spacing(8)} // FE team HELP!
|
||||
flexWrap="wrap" // //FE team HELP! Better way to do this?
|
||||
sx={{
|
||||
|
||||
@@ -673,7 +673,6 @@ const getMonitorsByTeamId = async (req) => {
|
||||
]);
|
||||
|
||||
let { monitors, filteredMonitors, summary } = results[0];
|
||||
console.log("filteredMonitors", filteredMonitors);
|
||||
filteredMonitors = filteredMonitors.map((monitor) => {
|
||||
if (!monitor.checks) {
|
||||
return monitor;
|
||||
|
||||
Reference in New Issue
Block a user