mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
FIX: correct display of percentages (#1622)
* FIX: correct display of percentages * FIX: correct display of percentages * FIX: correct display of percentages
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
<%= render partial: "shared/value_heading", locals: {
|
||||
label: t(".savings_rate"),
|
||||
period: Period.last_30_days,
|
||||
value: @savings_rate_series.last&.value,
|
||||
value: (@savings_rate_series.last&.value)*100,
|
||||
trend: @savings_rate_series.trend,
|
||||
is_percentage: true
|
||||
} %>
|
||||
|
||||
Reference in New Issue
Block a user