(cherry picked from commit 5101927e45)
Co-authored-by: Miguel Alatzar <migbot@users.noreply.github.com>
This commit is contained in:
parent
745b8718f7
commit
79ea18e55e
1 changed files with 1 additions and 1 deletions
|
|
@ -137,12 +137,12 @@ const AtMentionItem = (props: AtMentionItemProps) => {
|
|||
style={style.rowUsername}
|
||||
numberOfLines={1}
|
||||
>
|
||||
{` @${username}`}
|
||||
{isCurrentUser &&
|
||||
<FormattedText
|
||||
id='suggestion.mention.you'
|
||||
defaultMessage='(you)'
|
||||
/>}
|
||||
{` @${username}`}
|
||||
</Text>
|
||||
</View>
|
||||
</TouchableWithFeedback>
|
||||
|
|
|
|||
Loading…
Reference in a new issue