You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove fixed precision on Ada and fiat values
- Ada has a 6 decimal point precision, but currently we're rounding to 2
- For consistency this change also now only shows decimals when needed,
Since displaying 6 decimal points on all Ada values is not ideal.
Copy file name to clipboardExpand all lines: apps/browser-extension-wallet/src/views/browser-view/features/activity/helpers/__tests__/pending-tx-transformer.test.ts
Copy file name to clipboardExpand all lines: apps/browser-extension-wallet/src/views/browser-view/features/send-transaction/components/Form/CoinInput/__tests__/util.test.ts
Copy file name to clipboardExpand all lines: apps/browser-extension-wallet/src/views/browser-view/features/send-transaction/components/Form/CoinInput/util.ts
0 commit comments