diff --git a/src/app/dashboard/dashboard-customer.component.html b/src/app/dashboard/dashboard-customer.component.html
index 7b963f6..6a7c209 100644
--- a/src/app/dashboard/dashboard-customer.component.html
+++ b/src/app/dashboard/dashboard-customer.component.html
@@ -21,11 +21,11 @@
-
My Total Spend
- {{ basicStats.user_sum | currency:'GBP':true:'1.2-2' }}
+ {{ basicStats.user_sum | currency:'GBP':'symbol':'1.2-2' }}
-
Value to Local Economy
- {{ basicStats.user_sum * 2.3 | currency:'GBP':true:'1.2-2' }}
+ {{ basicStats.user_sum * 2.3 | currency:'GBP':'symbol':'1.2-2' }}
@@ -34,7 +34,7 @@
-
{{ basicStats.today_sum | currency:'GBP':true:'1.2-2' }}
+
{{ basicStats.today_sum | currency:'GBP':'symbol':'1.2-2' }}
Total Today