mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-18 23:48:43 -05:00
fix fallback condtion for Uptime
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user