mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
Typo
This commit is contained in:
parent
2e73cd6c4d
commit
42357dee0b
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
onJoinClick: function(alias) {
|
||||
// If we don't have a prticular instance id selected, just show that rooms alias
|
||||
// If we don't have a particular instance id selected, just show that rooms alias
|
||||
if (!this.state.instanceId) {
|
||||
// If the user specified an alias without a domain, add on whichever server is selected
|
||||
// in the dropdown
|
||||
|
|
Loading…
Reference in a new issue