Commit 559212b1 authored by Tim Zallmann's avatar Tim Zallmann

First port of the performance improvements

parent 7c07a2b6
......@@ -110,7 +110,7 @@ export default {
return false;
}
return this.showCommentButton && this.hasDiscussions;
return this.hasDiscussions && this.showCommentButton;
},
},
methods: {
......
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