typo
This commit is contained in:
parent
47fef0896f
commit
6e424780f1
1 changed files with 1 additions and 1 deletions
|
@ -702,7 +702,7 @@ module.exports = React.createClass({
|
|||
var cli = MatrixClientPeg.get();
|
||||
var join_defer;
|
||||
var join_promise;
|
||||
// if this is the first room we're joining, checkthe user has a display name
|
||||
// if this is the first room we're joining, check the user has a display name
|
||||
// and if they don't, prompt them to set one.
|
||||
// NB. This unfortunately does not re-use the ChangeDisplayName component because
|
||||
// it doesn't behave quite as desired here (we want an input field here rather than
|
||||
|
|
Loading…
Reference in a new issue