diff --git a/internal/site/src/components/routes/system/info-bar.tsx b/internal/site/src/components/routes/system/info-bar.tsx index 2ef1f0d8..53d6849f 100644 --- a/internal/site/src/components/routes/system/info-bar.tsx +++ b/internal/site/src/components/routes/system/info-bar.tsx @@ -161,7 +161,7 @@ export default function InfoBar({ {translatedStatus} - {system.info.ct && ( + {!!system.info.ct && (
{system.info.ct === ConnectionType.WebSocket ? (