+
list.listType === ListType.closed);
return closedList?.id || '';
},
- issuesDrawerEnabled() {
- return this.glFeatures.issuesListDrawer;
- },
namespace() {
return this.isGroupBoard ? BoardType.group : BoardType.project;
},
@@ -330,7 +331,7 @@ export default {
diff --git a/app/assets/javascripts/users_select/index.js b/app/assets/javascripts/users_select/index.js
index b619c661ea9..acf9bec8c8f 100644
--- a/app/assets/javascripts/users_select/index.js
+++ b/app/assets/javascripts/users_select/index.js
@@ -637,7 +637,7 @@ function UsersSelect(currentUser, els, options = {}) {
)}`;
} else {
// 0 margin, because it's now handled by a wrapper
- img = `
`;
+ img = `
`;
}
return userSelect.renderRow(
@@ -728,7 +728,7 @@ UsersSelect.prototype.renderRow = function (
${
username
- ? `