mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 06:40:50 +01:00
Fix the order on expressions
This commit is contained in:
parent
24e932e2fd
commit
116c93419d
@ -196,16 +196,16 @@ export const AvatarInfoWidgetOwnAvatarView: FC<AvatarInfoWidgetOwnAvatarViewProp
|
|||||||
<ContextMenuListItemView onClick={ event => processAction('wave') }>
|
<ContextMenuListItemView onClick={ event => processAction('wave') }>
|
||||||
{ LocalizeText('widget.memenu.wave') }
|
{ LocalizeText('widget.memenu.wave') }
|
||||||
</ContextMenuListItemView> }
|
</ContextMenuListItemView> }
|
||||||
{ GetCanUseExpression() &&
|
|
||||||
<ContextMenuListItemView disabled={ !HasHabboVip() } onClick={ event => processAction('laugh') }>
|
|
||||||
{ !HasHabboVip() && <LayoutCurrencyIcon type="hc" /> }
|
|
||||||
{ LocalizeText('widget.memenu.laugh') }
|
|
||||||
</ContextMenuListItemView> }
|
|
||||||
{ GetCanUseExpression() &&
|
{ GetCanUseExpression() &&
|
||||||
<ContextMenuListItemView disabled={ !HasHabboVip() } onClick={ event => processAction('blow') }>
|
<ContextMenuListItemView disabled={ !HasHabboVip() } onClick={ event => processAction('blow') }>
|
||||||
{ !HasHabboVip() && <LayoutCurrencyIcon type="hc" /> }
|
{ !HasHabboVip() && <LayoutCurrencyIcon type="hc" /> }
|
||||||
{ LocalizeText('widget.memenu.blow') }
|
{ LocalizeText('widget.memenu.blow') }
|
||||||
</ContextMenuListItemView> }
|
</ContextMenuListItemView> }
|
||||||
|
{ GetCanUseExpression() &&
|
||||||
|
<ContextMenuListItemView disabled={ !HasHabboVip() } onClick={ event => processAction('laugh') }>
|
||||||
|
{ !HasHabboVip() && <LayoutCurrencyIcon type="hc" /> }
|
||||||
|
{ LocalizeText('widget.memenu.laugh') }
|
||||||
|
</ContextMenuListItemView> }
|
||||||
<ContextMenuListItemView onClick={ event => processAction('idle') }>
|
<ContextMenuListItemView onClick={ event => processAction('idle') }>
|
||||||
{ LocalizeText('widget.memenu.idle') }
|
{ LocalizeText('widget.memenu.idle') }
|
||||||
</ContextMenuListItemView>
|
</ContextMenuListItemView>
|
||||||
|
Loading…
Reference in New Issue
Block a user