From f768e0c451a829dba5df44f8a6f4ad08ebf867c3 Mon Sep 17 00:00:00 2001 From: satishccy Date: Fri, 30 Aug 2024 00:41:15 +0530 Subject: [PATCH] feat: update transaction and group visuals with accurate values --- ...NDQXWQXHF22SO45EZY7V6FFNI6WUD5FHRVDV6NCU6HD424BJGGA.html | 6 +++--- ...YEGSIGWZHTR6VYXC3EXFGZQHYKI6FQOZU2DOKHQCAWYEIHJBKEA.html | 4 ++-- ...ph.%2FoRSr2uMFemQhwQliJO18b64Nl1QIkjA39ZszRCeSCI%3D.html | 6 +++--- src/utils/compact-amount.ts | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/features/transactions-graph/components/__snapshots__/application-transaction-graph.INDQXWQXHF22SO45EZY7V6FFNI6WUD5FHRVDV6NCU6HD424BJGGA.html b/src/features/transactions-graph/components/__snapshots__/application-transaction-graph.INDQXWQXHF22SO45EZY7V6FFNI6WUD5FHRVDV6NCU6HD424BJGGA.html index 7f6cc0b10..a86287cdd 100644 --- a/src/features/transactions-graph/components/__snapshots__/application-transaction-graph.INDQXWQXHF22SO45EZY7V6FFNI6WUD5FHRVDV6NCU6HD424BJGGA.html +++ b/src/features/transactions-graph/components/__snapshots__/application-transaction-graph.INDQXWQXHF22SO45EZY7V6FFNI6WUD5FHRVDV6NCU6HD424BJGGA.html @@ -932,7 +932,7 @@
- ≈2.8 + 2.770045 - ≈0.59 + 0.586582 - ≈0.59 + 0.586582 - ≈1 + 1.048576 - ≈0.73 + 0.732252 - ≈2.8 + 2.770045 - ≈0.59 + 0.586582 - ≈0.59 + 0.586582 { - if (amount.toString().length < 8) { + if (amount.toString().length < 9) { return amount.toString() }