sbernheim4/Budgeteer

Fix Networth Page

Closed this issue · 1 comments

Credit Card limits should not be included in networth calculation.
acct.type === 'credit' can be used to check if the account type is a credit card
(Maybe display credit card information in a separate chart)

Additionally, acct.balances.current should be used instead of acct.balances.available

Done