mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-12 20:59:41 -06:00
Merge pull request #809 from bluewave-labs/fix/unsafe-access-hotfix
fix unsafe access
This commit is contained in:
@@ -110,8 +110,8 @@ const Monitors = ({ isAdmin }) => {
|
||||
borderColor={theme.palette.border.light}
|
||||
backgroundColor={theme.palette.background.accent}
|
||||
>
|
||||
{monitorState?.monitorsSummary.monitors?.monitors?.length ||
|
||||
0}
|
||||
{monitorState?.monitorsSummary?.monitors?.monitors
|
||||
?.length || 0}
|
||||
</Box>
|
||||
{/* TODO - add search bar */}
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user