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:
parent
6a99effc8b
commit
8d8e396ebf
1 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue