Commit ef0f0de0 authored by Bryce Johnson's avatar Bryce Johnson

Remove unused hasApprovers.

parent ad271952
......@@ -36,9 +36,6 @@
},
},
computed: {
hasApprovers() {
return this.approvedBy && this.approvedBy.length;
},
showUnapproveButton() {
return this.userHasApproved && !this.userCanApprove;
},
......
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