Merge pull request #809 from bluewave-labs/fix/unsafe-access-hotfix

fix unsafe access
This commit is contained in:
Alexander Holliday
2024-09-05 14:43:44 -07:00
committed by GitHub

View File

@@ -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>