fixed failing test
This commit is contained in:
parent
cd94b0369a
commit
b6ae0767f5
|
@ -483,7 +483,7 @@ function initialize(api) {
|
|||
|
||||
const icon = iconHTML(assignee.username ? "user-plus" : "group-plus");
|
||||
const name =
|
||||
siteSettings.prioritize_username_in_ux || !assignee.username
|
||||
!siteSettings.prioritize_username_in_ux || !assignee.username
|
||||
? assignee.name || assignee.username
|
||||
: assignee.username;
|
||||
|
||||
|
|
Loading…
Reference in New Issue