diff --git a/web/pages/viewer-info.tsx b/web/pages/viewer-info.tsx
index 652e690b8..67695f21f 100644
--- a/web/pages/viewer-info.tsx
+++ b/web/pages/viewer-info.tsx
@@ -124,12 +124,18 @@ export default function ViewersOverTime() {
- {online &&
+ {online && (
row.clientID} />
- Visit the documentation to configure additional details bout your viewers.
+
+
+ Visit the{' '}
+ documentation to
+ configure additional details bout your viewers.
+ {' '}
+
- }
+ )}
>
);
}