flip order (#4152)
This commit is contained in:
parent
f06a6024e6
commit
e5a1472974
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ let ConvoMenu = ({
|
||||||
<Menu.ItemText>
|
<Menu.ItemText>
|
||||||
{isBlocking ? _(msg`Unblock account`) : _(msg`Block account`)}
|
{isBlocking ? _(msg`Unblock account`) : _(msg`Block account`)}
|
||||||
</Menu.ItemText>
|
</Menu.ItemText>
|
||||||
<Menu.ItemIcon icon={isBlocking ? PersonX : PersonCheck} />
|
<Menu.ItemIcon icon={isBlocking ? PersonCheck : PersonX} />
|
||||||
</Menu.Item>
|
</Menu.Item>
|
||||||
<Menu.Item
|
<Menu.Item
|
||||||
label={_(msg`Report conversation`)}
|
label={_(msg`Report conversation`)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue