mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 15:49:39 +02:00
Add value tab to investments
This commit is contained in:
parent
5c7d2f2b01
commit
26bd655e4c
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ module AccountsHelper
|
|||
|
||||
return [ value_tab ] if account.other_asset? || account.other_liability?
|
||||
return [ overview_tab, value_tab ] if account.property? || account.vehicle?
|
||||
return [ holdings_tab, cash_tab, trades_tab ] if account.investment?
|
||||
return [ holdings_tab, cash_tab, trades_tab, value_tab ] if account.investment?
|
||||
return [ overview_tab, value_tab, transactions_tab ] if account.loan? || account.credit_card?
|
||||
|
||||
[ value_tab, transactions_tab ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue