From 1c0574643a03a3e42902a597c3a8b12d011394ca Mon Sep 17 00:00:00 2001 From: Kacper Wojciechowski <39823706+jog1t@users.noreply.github.com> Date: Tue, 2 Sep 2025 15:01:11 +0200 Subject: [PATCH] fix(inspector): use proper status indicator --- frontend/src/app/layout.tsx | 42 +++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/frontend/src/app/layout.tsx b/frontend/src/app/layout.tsx index bb9df524ae..75b8e78868 100644 --- a/frontend/src/app/layout.tsx +++ b/frontend/src/app/layout.tsx @@ -371,28 +371,30 @@ function ConnectionStatus() { ); } - // if (isError) { - return ( -
Disconnected
-{endpoint}
+ if (isError) { + return ( +Disconnected
++ {endpoint} +
+