This commit is contained in:
Ajay Bura 2025-09-24 16:32:05 +05:30
parent 1914606895
commit d36938e1fd

View file

@ -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 */}