mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-20 14:01:25 +02:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
67b29bb02f
@ -177,7 +177,7 @@ module.exports = React.createClass({
|
|||||||
render: function() {
|
render: function() {
|
||||||
const BaseAvatar = sdk.getComponent("avatars.BaseAvatar");
|
const BaseAvatar = sdk.getComponent("avatars.BaseAvatar");
|
||||||
|
|
||||||
const {room, oobData, ...otherProps} = this.props;
|
const {room, oobData, viewAvatarOnClick, ...otherProps} = this.props;
|
||||||
|
|
||||||
const roomName = room ? room.name : oobData.name;
|
const roomName = room ? room.name : oobData.name;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user