mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
fix the build.
This commit is contained in:
parent
00876a5bfc
commit
799613c859
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ function renderAvatar(user, options) {
|
|||
return "";
|
||||
}
|
||||
|
||||
let displayName = prioritizeNameInUx(name, this.siteSettings)
|
||||
let displayName = prioritizeNameInUx(name)
|
||||
? name
|
||||
: formatUsername(username);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue