From a3dbbde70fd1c6ac711ffe351d8efa13cb511ef9 Mon Sep 17 00:00:00 2001 From: kanisorn Date: Thu, 11 Jun 2020 20:52:56 +0700 Subject: [PATCH 1/3] use Format on user balance --- scan/src/components/UserAccount.re | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scan/src/components/UserAccount.re b/scan/src/components/UserAccount.re index 37e5f3a075..3794a246b8 100644 --- a/scan/src/components/UserAccount.re +++ b/scan/src/components/UserAccount.re @@ -157,7 +157,7 @@ module Balance = {
Coin.getBandAmountFromCoins |> Js.Float.toString} + value={account.balance |> Coin.getBandAmountFromCoins |> Format.fPretty(~digits=6)} code=true size=Text.Sm height={Text.Px(13)} From 10fecfd5861f758ba796466c11060e566ae69fd1 Mon Sep 17 00:00:00 2001 From: kanisorn Date: Thu, 11 Jun 2020 20:59:29 +0700 Subject: [PATCH 2/3] edit CHANGELOG.md --- CHANGELOG_UNRELEASED.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG_UNRELEASED.md b/CHANGELOG_UNRELEASED.md index 8bab8bd607..c93c0c2c6e 100644 --- a/CHANGELOG_UNRELEASED.md +++ b/CHANGELOG_UNRELEASED.md @@ -16,6 +16,7 @@ ### Scan +- (impv) [\#1939](https://github.com/bandprotocol/bandchain/pull/1939) Use Format on user balance - (impv) [\#1928](https://github.com/bandprotocol/bandchain/pull/1928) Add chainID for guanyu-devnet ### Bridges From 887abd072c14cf7b8f22e103ce128408fcdf5f2e Mon Sep 17 00:00:00 2001 From: kanisorn Date: Fri, 12 Jun 2020 20:14:26 +0700 Subject: [PATCH 3/3] edit CHANGELOG.md --- CHANGELOG_UNRELEASED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG_UNRELEASED.md b/CHANGELOG_UNRELEASED.md index 0be7fc57ed..0d3fbd2914 100644 --- a/CHANGELOG_UNRELEASED.md +++ b/CHANGELOG_UNRELEASED.md @@ -21,7 +21,7 @@ ### Scan -- (impv) [\#1939](https://github.com/bandprotocol/bandchain/pull/1939) Use Format on user balance +- (impv) [\#1939](https://github.com/bandprotocol/bandchain/pull/1939) Use Format.re on user balance - (impv) [\#1928](https://github.com/bandprotocol/bandchain/pull/1928) Add chainID for guanyu-devnet ### Bridges