diff --git a/web/pages/admin/stream-health.tsx b/web/pages/admin/stream-health.tsx index b860611e8..fa9808905 100644 --- a/web/pages/admin/stream-health.tsx +++ b/web/pages/admin/stream-health.tsx @@ -300,19 +300,21 @@ const StreamHealth = () => { - - -
- } - precision={0} - suffix="seconds" - /> -
-
- + {latencyStat && ( + + +
+ } + precision={0} + suffix="seconds" + /> +
+
+ + )}