mirror of
https://github.com/duckietm/Nitro-Cool-UI.git
synced 2025-06-21 22:36:58 +00:00
Fix: Buy one button text
This commit is contained in:
parent
765aa38c3e
commit
ade2a50eb4
@ -372,7 +372,7 @@ export const InfoStandWidgetFurniView: FC<InfoStandWidgetFurniViewProps> = props
|
|||||||
</Flex>
|
</Flex>
|
||||||
{ (avatarInfo.purchaseOfferId > 0) &&
|
{ (avatarInfo.purchaseOfferId > 0) &&
|
||||||
<Flex>
|
<Flex>
|
||||||
<Button className="volter-button text-black" onClick={ event => processButtonAction('buy_one') }>
|
<Button className="volter-button" onClick={ event => processButtonAction('buy_one') }>
|
||||||
{ LocalizeText('infostand.button.buy') }
|
{ LocalizeText('infostand.button.buy') }
|
||||||
</Button>
|
</Button>
|
||||||
</Flex> }
|
</Flex> }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user