Commit dd5dc0fd authored by Jacob Schatz's avatar Jacob Schatz Committed by Eric Eastwood

Make computed property of v-if for commit section.

parent 7c202892
...@@ -13,7 +13,7 @@ const RepoCommitSection = { ...@@ -13,7 +13,7 @@ const RepoCommitSection = {
computed: { computed: {
showCommitable() { showCommitable() {
return isCommitable && changedFiles.length; return this.isCommitable && this.changedFiles.length;
}, },
branchPaths() { branchPaths() {
......
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