Fix Purse tooltip

This commit is contained in:
MyNameIsBatman 2021-09-16 09:36:54 -03:00
parent 3a78daf03d
commit 24e0619278

View File

@ -23,7 +23,7 @@ export const CurrencyView: FC<CurrencyViewProps> = props =>
placement="left"
overlay={
<Tooltip id={`tooltip-${ type }`}>
{ amount }
{ LocalizeFormattedNumber(amount) }
</Tooltip>
}>
{ element }