Commit 1e3bb74d authored by Fatih Acet's avatar Fatih Acet

Merge branch 'remove-dead-singular-assignee-code-in-boards' into 'master'

Remove unused dead singular assignee code in boards

See merge request !12077
parents b134f950 0ab87bf1
......@@ -32,9 +32,6 @@ gl.issueBoards.BoardSidebar = Vue.extend({
showSidebar () {
return Object.keys(this.issue).length;
},
assigneeId() {
return this.issue.assignee ? this.issue.assignee.id : 0;
},
milestoneTitle() {
return this.issue.milestone ? this.issue.milestone.title : 'No Milestone';
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment