mirror of https://github.com/vector-im/riot-web
Merge pull request #3110 from z3ntu/canonical_alias
Fix display of canonicalAlias in group room infopull/21833/head
commit
94f6907db5
|
@ -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 New Issue