Commit 5908ead6 authored by Tim Zallmann's avatar Tim Zallmann

Changed the if order to get perhaps even a little bit more out of it

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