Merge pull request #1444 from bluewave-labs/fix/fe/uptime-skeleton-and-fallback

fix: add additional not loading flag to fallback conditional rendering, resolves #1426
This commit is contained in:
Alexander Holliday
2024-12-23 09:40:52 -08:00
committed by GitHub

View File

@@ -72,11 +72,11 @@ const UptimeMonitors = () => {
</Stack>
<Greeting type="uptime" />
</Box>
{noMonitors && <Fallback isAdmin={isAdmin} />}
{loading ? (
<SkeletonLayout />
) : (
<>
{noMonitors && <Fallback isAdmin={isAdmin} />}
{hasMonitors && (
<>
<Stack