diff --git a/CHANGELOG.md b/CHANGELOG.md index 85a04cbd1..552991f9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,6 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Improvements +- [#304](https://github.com/alleslabs/celatone-frontend/pull/304) Remove suffix for token card - [#282](https://github.com/alleslabs/celatone-frontend/pull/282) Change details page top section explorer link to copy link - [#293](https://github.com/alleslabs/celatone-frontend/pull/293) Add comma separator to pagination and total blocks - [#291](https://github.com/alleslabs/celatone-frontend/pull/291) Update tx count query diff --git a/src/lib/components/TokenCard.tsx b/src/lib/components/TokenCard.tsx index a185f2f2f..4cfd0ce58 100644 --- a/src/lib/components/TokenCard.tsx +++ b/src/lib/components/TokenCard.tsx @@ -80,7 +80,7 @@ export const TokenCard = ({ - {formatUTokenWithPrecision(amount as U, precision)} + {formatUTokenWithPrecision(amount as U, precision, false)} {price