Merge branch 'main' of gitea.suda.codes:giteauser/ghostfolio-mirror
This commit is contained in:
commit
68114d99be
@ -1394,6 +1394,8 @@ export class PortfolioService {
|
||||
}: {
|
||||
holdings: PortfolioDetails['holdings'];
|
||||
}) {
|
||||
// TODO: Use current value of activities instead of holdings
|
||||
// tagged with EMERGENCY_FUND_TAG_ID
|
||||
const emergencyFundHoldings = Object.values(holdings).filter(({ tags }) => {
|
||||
return (
|
||||
tags?.some(({ id }) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user