mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Merge pull request #3110 from z3ntu/canonical_alias
Fix display of canonicalAlias in group room info
This commit is contained in:
commit
94f6907db5
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ module.exports = React.createClass({
|
||||||
|
|
||||||
<div className="mx_MemberInfo_profile">
|
<div className="mx_MemberInfo_profile">
|
||||||
<div className="mx_MemberInfo_profileField">
|
<div className="mx_MemberInfo_profileField">
|
||||||
{ this.state.groupRoom.canonical_alias }
|
{ this.state.groupRoom.canonicalAlias }
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue