Place (you) before username (#5168)
This commit is contained in:
parent
bfcfeff8a4
commit
5101927e45
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