mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Oops, actually assign variable
This commit is contained in:
parent
acb5f5d69b
commit
d61f383748
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ module.exports = React.createClass({
|
|||
if (this.props.oobData && this.props.oobData.name) {
|
||||
roomName = this.props.oobData.name;
|
||||
} else if (this.props.room) {
|
||||
this.props.room.name;
|
||||
roomName = this.props.room.name;
|
||||
}
|
||||
|
||||
name =
|
||||
|
|
Loading…
Reference in a new issue