1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 04:54:18 +00:00

✏ User → Poster

This commit is contained in:
Steffo 2021-05-20 12:18:56 +02:00
parent 6a99effc8b
commit 8d8e396ebf
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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,
<FormLabel text={"Unique posters"}>
<b>{uniqueUsersCount}</b>
</FormLabel>
<FormLabel text={"Most active user"}>
<FormLabel text={"Most active poster"}>
<b>{mostActiveUser.user} ({mostActiveUser.count} tweets)</b>
</FormLabel>
</FormLabelled>