[frontend/components] Use UserDisplayName in ProfileView

This commit is contained in:
pancakes 2024-11-05 17:02:36 +10:00 committed by Laura Hausmann
parent c14daf2531
commit d65e8ac55e
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -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