2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 09:10:25 +08:00

fix the build.

This commit is contained in:
Arpit Jalan 2020-03-12 13:15:32 +05:30
parent 00876a5bfc
commit 799613c859

View file

@ -43,7 +43,7 @@ function renderAvatar(user, options) {
return "";
}
let displayName = prioritizeNameInUx(name, this.siteSettings)
let displayName = prioritizeNameInUx(name)
? name
: formatUsername(username);