Merge remote-tracking branch 'origin/develop' into dbkr/fix_slash_join

This commit is contained in:
David Baker
2017-09-14 23:09:26 +01:00
3 changed files with 3 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ module.exports = React.createClass({
editing: false,
inRoom: false,
onSaveClick: function() {},
onCancelClick: function() {},
onCancelClick: null,
};
},