fix typo
This commit is contained in:
@@ -77,7 +77,7 @@ export function ThreadSelector({ room, senderId, threadDetail, outlined }: Threa
|
|||||||
</Box>
|
</Box>
|
||||||
<Box gap="200" alignItems="Inherit">
|
<Box gap="200" alignItems="Inherit">
|
||||||
<Text className={css.ThreadRepliesCount} size="L400">
|
<Text className={css.ThreadRepliesCount} size="L400">
|
||||||
{threadDetail.count} Replies
|
{threadDetail.count} {threadDetail.count === 1 ? 'Reply' : 'Replies'}
|
||||||
</Text>
|
</Text>
|
||||||
<Text size="T200" truncate>
|
<Text size="T200" truncate>
|
||||||
{/* TODO: date */}
|
{/* TODO: date */}
|
||||||
|
|||||||
Reference in New Issue
Block a user