1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-13 08:02:38 +03:00

Fix a couple badge alignment issues with community invites

This commit is contained in:
Travis Ralston
2020-07-02 14:05:31 -06:00
parent c3ad854868
commit e08512020f
3 changed files with 4 additions and 3 deletions

View File

@@ -56,6 +56,7 @@ export default class TemporaryTile extends React.Component<IProps, IState> {
// XXX: We copy classes because it's easier
const classes = classNames({
'mx_RoomTile2': true,
'mx_TemporaryTile': true,
'mx_RoomTile2_selected': this.props.isSelected,
'mx_RoomTile2_minimized': this.props.isMinimized,
});
@@ -85,7 +86,6 @@ export default class TemporaryTile extends React.Component<IProps, IState> {
);
if (this.props.isMinimized) nameContainer = null;
const avatarSize = 32;
return (
<React.Fragment>
<RovingTabIndexWrapper>