From 8d8e396ebf923ebd6c910edfa348b968065883e2 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 20 May 2021 12:18:56 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=20User=20=E2=86=92=20Poster?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/interactive/BoxVisualizationStats.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nest_frontend/components/interactive/BoxVisualizationStats.js b/nest_frontend/components/interactive/BoxVisualizationStats.js index e6931c7..4f64d33 100644 --- a/nest_frontend/components/interactive/BoxVisualizationStats.js +++ b/nest_frontend/components/interactive/BoxVisualizationStats.js @@ -101,8 +101,7 @@ export default function BoxVisualizationStats({ tweets, words, totalTweetCount, [uniqueUsers, tweets], ) - // TODO: tweets with picture count - // TODO: tweets with picture pct + // TODO: missing stats // TODO: translate this return ( @@ -144,7 +143,7 @@ export default function BoxVisualizationStats({ tweets, words, totalTweetCount, {uniqueUsersCount} - + {mostActiveUser.user} ({mostActiveUser.count} tweets)