fix fallback condtion for Uptime

This commit is contained in:
Alex Holliday
2025-01-28 15:35:52 -08:00
parent 3b6e9b24d8
commit ff17092e8a
+1 -1
View File
@@ -100,7 +100,7 @@ const UptimeMonitors = () => {
});
const totalMonitors = monitorsSummary?.totalMonitors ?? 0;
if (!isLoading && monitors?.length === 0) {
if (!isLoading && !monitorsAreLoading && monitors?.length === 0) {
return (
<Fallback
vowelStart={true}