Correctly display group invite
By making sure the groupName truncates in the right place
This commit is contained in:
parent
be5e67245b
commit
9a6c9594a1
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export default React.createClass({
|
||||||
const label = <EmojiText
|
const label = <EmojiText
|
||||||
element="div"
|
element="div"
|
||||||
title={this.props.group.groupId}
|
title={this.props.group.groupId}
|
||||||
className="mx_RoomTile_name"
|
className="mx_RoomTile_name mx_RoomTile_badgeShown"
|
||||||
dir="auto"
|
dir="auto"
|
||||||
>
|
>
|
||||||
{ groupName }
|
{ groupName }
|
||||||
|
|
Loading…
Reference in a new issue