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

swap order of context menu buttons so it does not jump when muted

This commit is contained in:
Bruno Windels
2020-07-07 12:46:33 +02:00
parent d14dd777b7
commit 2ca9044171

View File

@@ -440,8 +440,8 @@ export default class RoomTile2 extends React.Component<IProps, IState> {
{roomAvatar} {roomAvatar}
{nameContainer} {nameContainer}
{badge} {badge}
{this.renderNotificationsMenu(isActive)}
{this.renderGeneralMenu()} {this.renderGeneralMenu()}
{this.renderNotificationsMenu(isActive)}
</AccessibleButton> </AccessibleButton>
} }
</RovingTabIndexWrapper> </RovingTabIndexWrapper>