From 69f8efba94ad06e3aadff59a3420c175d5beb68f Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 15 Dec 2020 19:14:42 -0800 Subject: [PATCH] Use unique clientID as the row key. Closes https://github.com/owncast/owncast/issues/452 --- web/pages/viewer-info.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pages/viewer-info.tsx b/web/pages/viewer-info.tsx index a264ca5b6..70edf11fd 100644 --- a/web/pages/viewer-info.tsx +++ b/web/pages/viewer-info.tsx @@ -120,7 +120,7 @@ export default function ViewersOverTime() { /> - row.userAgent} /> +
row.clientID} /> ); }