You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Oops, actually assign variable
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user