diff --git a/frontend/app/block/blockframe.tsx b/frontend/app/block/blockframe.tsx
index bd8cbeeba..26e0d9938 100644
--- a/frontend/app/block/blockframe.tsx
+++ b/frontend/app/block/blockframe.tsx
@@ -448,14 +448,16 @@ const ConnStatusOverlay = React.memo(
{showIcon && }
{statusText}
-
-
- {showError ? error: {connStatus.error}
: null}
- {showWshError ? unable to use wsh: {connStatus.wsherror}
: null}
-
+ {(showError || showWshError) && (
+
+
+ {showError ? error: {connStatus.error}
: null}
+ {showWshError ? unable to use wsh: {connStatus.wsherror}
: null}
+
+ )}
{showWshError && (