[frontend] Fix username rendering in Profile View
This commit is contained in:
parent
10e772f2ab
commit
2332ce6ef8
1 changed files with 3 additions and 2 deletions
|
@ -18,10 +18,11 @@
|
|||
<div class="name-section">
|
||||
<div class="name">@UserResponse.DisplayName</div>
|
||||
<div class="identifier">
|
||||
@UserResponse.Username
|
||||
@@@UserResponse.Username
|
||||
@if (UserResponse.Host != null)
|
||||
{
|
||||
@UserResponse.Host
|
||||
var host = $"@{UserResponse.Host}";
|
||||
@host
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue