fixed failing test

This commit is contained in:
Juan David Martinez 2025-03-14 18:50:46 -05:00
parent cd94b0369a
commit b6ae0767f5
No known key found for this signature in database
GPG Key ID: FE50F4B983E68D5B
1 changed files with 1 additions and 1 deletions

View File

@ -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;