mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-13 14:22:25 +03:00
add @ in username
This commit is contained in:
parent
107997f40b
commit
f621e4b941
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ export function Search({ requestClose }: SearchProps) {
|
|||
</Text>
|
||||
{dmUsername && (
|
||||
<Text as="span" size="T200" priority="300" truncate>
|
||||
-{' '}
|
||||
@
|
||||
{queryHighlighRegex
|
||||
? highlightText(queryHighlighRegex, [dmUsername])
|
||||
: dmUsername}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue