mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Missing comma
This commit is contained in:
parent
806477dcce
commit
f42d619e7d
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ module.exports = React.createClass({
|
|||
self.setState({
|
||||
inviting: true
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
onInvite: function(inputText) {
|
||||
var ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
|
||||
|
|
Loading…
Reference in a new issue