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>