[frontend/components] Use UserDisplayName in ProfileView
This commit is contained in:
parent
c14daf2531
commit
d65e8ac55e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
</div>
|
||||
<div class="name-section">
|
||||
<div class="name">
|
||||
@(UserResponse.DisplayName ?? UserResponse.Username)
|
||||
<UserDisplayName User="@UserResponse"/>
|
||||
</div>
|
||||
<div class="identifier">
|
||||
@@@UserResponse.Username
|
||||
|
|
Loading…
Add table
Reference in a new issue