mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 22:41:07 +02:00
Missing comma
This commit is contained in:
parent
806477dcce
commit
f42d619e7d
@ -207,7 +207,7 @@ module.exports = React.createClass({
|
|||||||
self.setState({
|
self.setState({
|
||||||
inviting: true
|
inviting: true
|
||||||
});
|
});
|
||||||
}
|
},
|
||||||
|
|
||||||
onInvite: function(inputText) {
|
onInvite: function(inputText) {
|
||||||
var ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
|
var ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user