mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 06: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"
|
||||
overlay={
|
||||
<Tooltip id={`tooltip-${ type }`}>
|
||||
{ amount }
|
||||
{ LocalizeFormattedNumber(amount) }
|
||||
</Tooltip>
|
||||
}>
|
||||
{ element }
|
||||
|
Loading…
Reference in New Issue
Block a user