From 5ff5665652a5677d96e85f0c45c71f4aff4f122e Mon Sep 17 00:00:00 2001 From: gabek Date: Fri, 5 Mar 2021 09:02:10 +0000 Subject: [PATCH] Prettified Code! --- web/pages/viewer-info.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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. + {' '} +

- } + )} ); }