mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
fix the build.
This commit is contained in:
parent
00876a5bfc
commit
799613c859
@ -43,7 +43,7 @@ function renderAvatar(user, options) {
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
let displayName = prioritizeNameInUx(name, this.siteSettings)
|
let displayName = prioritizeNameInUx(name)
|
||||||
? name
|
? name
|
||||||
: formatUsername(username);
|
: formatUsername(username);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user