mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 17:25:40 +03:00
Remove the @ if short or empty display name
Experimental as the '@' seems superfluous
This commit is contained in:
parent
85a4b382da
commit
a816b69ee9
1 changed files with 2 additions and 2 deletions
|
@ -71,9 +71,9 @@ function NameText({
|
|||
)}
|
||||
</>
|
||||
) : short ? (
|
||||
<i>@{username}</i>
|
||||
<i>{username}</i>
|
||||
) : (
|
||||
<b>@{username}</b>
|
||||
<b>{username}</b>
|
||||
)}
|
||||
{showAcct && (
|
||||
<>
|
||||
|
|
Loading…
Reference in a new issue