mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
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
|
||||
element="div"
|
||||
title={this.props.group.groupId}
|
||||
className="mx_RoomTile_name"
|
||||
className="mx_RoomTile_name mx_RoomTile_badgeShown"
|
||||
dir="auto"
|
||||
>
|
||||
{ groupName }
|
||||
|
|
Loading…
Reference in a new issue