pull/21833/head
Matthew Hodgson 2016-01-13 17:54:33 +00:00
parent 1b7d80a8cd
commit 05c7891874
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ module.exports = React.createClass({
}, },
getTopic: function() { getTopic: function() {
return this.refs.topic.value; return this.refs.topic ? this.refs.topic.value : "";
}, },
getJoinRules: function() { getJoinRules: function() {