mirror of
https://github.com/we-promise/sure.git
synced 2026-04-18 19:44:09 +00:00
Match Plaid holding values on current day (#2212)
* Match Plaid holding values on current day * Fix chart timezone issue * Add timezone tests for syncs * Hide sidebars on trades test
This commit is contained in:
@@ -7,6 +7,7 @@ class AccountableSparklinesController < ApplicationController
|
||||
.where(accountable_type: @accountable.name)
|
||||
.balance_series(
|
||||
currency: family.currency,
|
||||
timezone: family.timezone,
|
||||
favorable_direction: @accountable.favorable_direction
|
||||
)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user