diff --git a/frontend/src/app/components/pool-ranking/pool-ranking.component.html b/frontend/src/app/components/pool-ranking/pool-ranking.component.html
index 59cf0014c..7600797cb 100644
--- a/frontend/src/app/components/pool-ranking/pool-ranking.component.html
+++ b/frontend/src/app/components/pool-ranking/pool-ranking.component.html
@@ -105,7 +105,7 @@
{{ pool.name }} |
- {{ pool.lastEstimatedHashrate }} {{
+ | {{ pool.lastEstimatedHashrate | number: '1.2-2' }} {{
miningStats.miningUnits.hashrateUnit }} |
{{ pool.blockCount }} ({{ pool.share }}%)
@@ -136,7 +136,7 @@
| |
|
All miners |
- {{ miningStats.lastEstimatedHashrate}} {{
+ | {{ miningStats.lastEstimatedHashrate | number: '1.2-2' }} {{
miningStats.miningUnits.hashrateUnit }} |
{{ miningStats.blockCount }} |
|