Browse Source

Hide the current net performance

pull/373/head
Thomas 4 years ago
parent
commit
c9e1bfcbe7
  1. 1
      apps/api/src/app/portfolio/portfolio.controller.ts

1
apps/api/src/app/portfolio/portfolio.controller.ts

@ -246,6 +246,7 @@ export class PortfolioController {
'cash', 'cash',
'committedFunds', 'committedFunds',
'currentGrossPerformance', 'currentGrossPerformance',
'currentNetPerformance',
'currentValue', 'currentValue',
'fees', 'fees',
'netWorth', 'netWorth',

Loading…
Cancel
Save