diff --git a/app/components/savings/funding_accounts_breakdown_component.html.erb b/app/components/savings/funding_accounts_breakdown_component.html.erb index ca3f674fb..fee45f857 100644 --- a/app/components/savings/funding_accounts_breakdown_component.html.erb +++ b/app/components/savings/funding_accounts_breakdown_component.html.erb @@ -4,7 +4,7 @@
<%= row[:account].name %>
<%= row[:account].subtype&.titleize || row[:account].accountable_type %> ยท <%= t("savings_goals.show.funding_balance", amount: Money.new(row[:account].balance, row[:account].currency).format) %>
diff --git a/app/views/savings_goals/_contributions_list.html.erb b/app/views/savings_goals/_contributions_list.html.erb index 880628cba..5660ddcf1 100644 --- a/app/views/savings_goals/_contributions_list.html.erb +++ b/app/views/savings_goals/_contributions_list.html.erb @@ -10,7 +10,7 @@