use monitor data for skeleton state

This commit is contained in:
Alex Holliday
2024-08-29 12:32:00 -07:00
parent 4d78163121
commit e7bdb44fab

View File

@@ -190,7 +190,7 @@ const Configure = () => {
return (
<Stack className="configure-monitor" gap={theme.gap.large}>
{false ? (
{Object.keys(monitor).length === 0 ? (
<SkeletonLayout />
) : (
<>