hc on context

This commit is contained in:
Layne 2022-03-17 08:08:30 -04:00
parent cf7b0ee190
commit b897aa1461

View File

@ -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') }>