diff --git a/app/views/accounts/show/_chart.html.erb b/app/views/accounts/show/_chart.html.erb index 57c57a4a..bf23efd2 100644 --- a/app/views/accounts/show/_chart.html.erb +++ b/app/views/accounts/show/_chart.html.erb @@ -13,12 +13,16 @@ <%= render "investments/value_tooltip", balance: account.balance_money, holdings: account.balance_money - account.cash_balance_money, cash: account.cash_balance_money %> <% end %> - - <% if account.syncing? %> -
- <% else %> - <%= tag.p format_money(account.balance_money), class: "text-primary text-3xl font-medium truncate" %> - <% end %> +