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
commit f3a4856593
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,
};
},