Commit 36fd507b authored by Connor Shea's avatar Connor Shea

Function should return a boolean.

parent 26c49cc1
......@@ -12,7 +12,7 @@
if (this.discussion) {
return this.discussion.isResolvable();
} else {
return undefined;
return false;
}
},
isDiscussionResolved: function () {
......
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