diff --git a/src/components/dashboard/InflationRateChart.vue b/src/components/dashboard/InflationRateChart.vue index 64c411dda..bc555c320 100644 --- a/src/components/dashboard/InflationRateChart.vue +++ b/src/components/dashboard/InflationRateChart.vue @@ -11,7 +11,7 @@
- {{ estimatedInflation?.toFixed(1) }}% + {{ estimatedInflation?.toFixed(2) }}%
@@ -22,7 +22,7 @@