fix the build.

This commit is contained in:
Arpit Jalan 2020-03-12 13:15:32 +05:30
parent 00876a5bfc
commit 799613c859
1 changed files with 1 additions and 1 deletions

View File

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