mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-12 18:20:28 +03:00
fix typo
This commit is contained in:
parent
1914606895
commit
d36938e1fd
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ export function ThreadSelector({ room, senderId, threadDetail, outlined }: Threa
|
|||
</Box>
|
||||
<Box gap="200" alignItems="Inherit">
|
||||
<Text className={css.ThreadRepliesCount} size="L400">
|
||||
{threadDetail.count} Replies
|
||||
{threadDetail.count} {threadDetail.count === 1 ? 'Reply' : 'Replies'}
|
||||
</Text>
|
||||
<Text size="T200" truncate>
|
||||
{/* TODO: date */}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue