From 279ba3a979cc62013d9faeb81897a25362da6b91 Mon Sep 17 00:00:00 2001
From: Alex Barnsley <8069294+alexbarnsley@users.noreply.github.com>
Date: Mon, 11 Nov 2024 20:18:19 +0000
Subject: [PATCH] show decimal places on statistics page
---
resources/views/components/stats/insights/annual.blade.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/resources/views/components/stats/insights/annual.blade.php b/resources/views/components/stats/insights/annual.blade.php
index 6a78976b0..baf46d309 100644
--- a/resources/views/components/stats/insights/annual.blade.php
+++ b/resources/views/components/stats/insights/annual.blade.php
@@ -37,7 +37,7 @@
@lang('pages.statistics.insights.annual.header.fees')
- {{ ExplorerNumberFormatter::currencyWithDecimals($year['fees'], Network::currency(), 2) }}
+ {{ ExplorerNumberFormatter::currencyWithDecimals($year['fees'], Network::currency(), 8) }}
@@ -84,7 +84,7 @@
@lang('pages.statistics.insights.annual.header.fees'):
- {{ ExplorerNumberFormatter::currencyWithDecimals($year['fees'], Network::currency(), 2) }}
+ {{ ExplorerNumberFormatter::currencyWithDecimals($year['fees'], Network::currency(), 8) }}
@@ -127,7 +127,7 @@
@lang('pages.statistics.insights.annual.header.fees'):
- {{ ExplorerNumberFormatter::currencyWithDecimals($year['fees'], Network::currency(), 2) }}
+ {{ ExplorerNumberFormatter::currencyWithDecimals($year['fees'], Network::currency(), 8) }}