Missing comma
parent
806477dcce
commit
f42d619e7d
|
@ -207,7 +207,7 @@ module.exports = React.createClass({
|
|||
self.setState({
|
||||
inviting: true
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
onInvite: function(inputText) {
|
||||
var ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
|
||||
|
|
Loading…
Reference in New Issue