mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
Fix Purse tooltip
This commit is contained in:
parent
3a78daf03d
commit
24e0619278
@ -23,7 +23,7 @@ export const CurrencyView: FC<CurrencyViewProps> = props =>
|
|||||||
placement="left"
|
placement="left"
|
||||||
overlay={
|
overlay={
|
||||||
<Tooltip id={`tooltip-${ type }`}>
|
<Tooltip id={`tooltip-${ type }`}>
|
||||||
{ amount }
|
{ LocalizeFormattedNumber(amount) }
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
}>
|
}>
|
||||||
{ element }
|
{ element }
|
||||||
|
Loading…
Reference in New Issue
Block a user