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