[frontend] Fix username and host rendering in note header
This commit is contained in:
parent
3f6c241f59
commit
576048ec5e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
}
|
||||
<div class="name-section">
|
||||
<span class="display-name">@(DisplayName ?? Username)</span>
|
||||
<span class="identifier">@Username@@@Host</span>
|
||||
<span class="identifier">@@@Username@(Host != null ? $"@{Host}" : "")</span>
|
||||
</div>
|
||||
@code {
|
||||
[Parameter][EditorRequired] public required string AvatarUrl { get; set; }
|
||||
|
|
Loading…
Add table
Reference in a new issue