fix the build.
This commit is contained in:
parent
00876a5bfc
commit
799613c859
|
@ -43,7 +43,7 @@ function renderAvatar(user, options) {
|
|||
return "";
|
||||
}
|
||||
|
||||
let displayName = prioritizeNameInUx(name, this.siteSettings)
|
||||
let displayName = prioritizeNameInUx(name)
|
||||
? name
|
||||
: formatUsername(username);
|
||||
|
||||
|
|
Loading…
Reference in New Issue