diff --git a/react/src/components/postAuth/apps/wallet/coinWallet/coinWallet.js b/react/src/components/postAuth/apps/wallet/coinWallet/coinWallet.js index 5b36b90..a4d0bd7 100644 --- a/react/src/components/postAuth/apps/wallet/coinWallet/coinWallet.js +++ b/react/src/components/postAuth/apps/wallet/coinWallet/coinWallet.js @@ -409,7 +409,7 @@ class CoinWallet extends React.Component { ? this.NO_HEIGHT : longestchain < blocks || longestchain === 0 ? 0 - : Number(((blocks / longestchain) * 100).toFixed(2)); + : Math.floor(((blocks / longestchain) * 10000) / 100 ); walletLoadState = { ...walletLoadState,