swap order of context menu buttons so it does not jump when muted
This commit is contained in:
parent
d14dd777b7
commit
2ca9044171
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue