mirror of
https://github.com/sigmasternchen/threadule
synced 2025-03-15 08:09:01 +00:00
feat: show number of tweets in thread list
This commit is contained in:
parent
847467e676
commit
5d3f35234d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ const ThreadList: FunctionComponent<ThreadListProps> = ({threads}) => {
|
|||
<ListItem key={thread.id}>
|
||||
<ListItemAvatar>
|
||||
<Avatar>
|
||||
{thread.id}
|
||||
{thread.tweets.length}
|
||||
</Avatar>
|
||||
</ListItemAvatar>
|
||||
<ListItemText
|
||||
|
|
Loading…
Reference in a new issue