From 65089660ea4f702619b5da58fa25f875b58f740b Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Sat, 2 Aug 2025 20:04:47 +0000 Subject: [PATCH] fix: prevent 'No guests found' message during loading Only show the empty state message after initial data has been received, preventing it from appearing alongside the loading spinner --- frontend-modern/src/components/Dashboard/Dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend-modern/src/components/Dashboard/Dashboard.tsx b/frontend-modern/src/components/Dashboard/Dashboard.tsx index a7b6cf014..cc71184b0 100644 --- a/frontend-modern/src/components/Dashboard/Dashboard.tsx +++ b/frontend-modern/src/components/Dashboard/Dashboard.tsx @@ -684,7 +684,7 @@ export function Dashboard(props: DashboardProps) { - +