Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 9a6c959

Browse files
committed
Correctly display group invite
By making sure the groupName truncates in the right place
1 parent be5e672 commit 9a6c959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/groups/GroupInviteTile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default React.createClass({
4545
const label = <EmojiText
4646
element="div"
4747
title={this.props.group.groupId}
48-
className="mx_RoomTile_name"
48+
className="mx_RoomTile_name mx_RoomTile_badgeShown"
4949
dir="auto"
5050
>
5151
{ groupName }

0 commit comments

Comments
 (0)