sbernheim4 / Budgeteer

0 stars 0 forks source link

Fix Networth Page #38

Closed sbernheim4 closed 5 years ago

sbernheim4 commented 6 years ago

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

sbernheim4 commented 5 years ago

Done