diff --git a/app/components/goals/funding_accounts_breakdown_component.html.erb b/app/components/goals/funding_accounts_breakdown_component.html.erb index 95bff4010..b0b831c99 100644 --- a/app/components/goals/funding_accounts_breakdown_component.html.erb +++ b/app/components/goals/funding_accounts_breakdown_component.html.erb @@ -38,9 +38,21 @@ <% rows.each_with_index do |row, idx| %> <% account = row[:account] %> <% color = Goals::AvatarComponent.color_for(account.name) %> - <% spark = row[:sparkline_points] %> - <% spark_max = shared_spark_max %> -