Skip to content
Snippets Groups Projects
Commit 0ab87bf1 authored by Eric Eastwood's avatar Eric Eastwood
Browse files
parent b16730fc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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';
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment