implemented suggested change
This commit is contained in:
parent
4be24d6c31
commit
8aea4cf8b6
|
@ -482,8 +482,7 @@ function initialize(api) {
|
|||
}
|
||||
|
||||
const icon = iconHTML(assignee.username ? "user-plus" : "group-plus");
|
||||
let name;
|
||||
name =
|
||||
const name =
|
||||
siteSettings.prioritize_full_name_in_ux || !assignee.username
|
||||
? assignee.name || assignee.username
|
||||
: assignee.username;
|
||||
|
|
Loading…
Reference in New Issue