archethic-foundation / archethic-wallet

Archethic Wallet
GNU Affero General Public License v3.0
57 stars 25 forks source link

Formatter error #1145

Closed redDwarf03 closed 1 month ago

redDwarf03 commented 1 month ago

Describe the problem you discovered

formatNumber return double with , thousand separator but textfield manage blank separator Replace formatNumber(precision: 8) to swap.tokenSwappedAmount.formatNumber(precision: 8).replaceAll(',', ' '),),

Describe the solution you'd like

No response

Epic

No response