From c9e1bfcbe749762f00b8577d9f83c340f4c8bd1b Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Wed, 15 Sep 2021 22:19:13 +0200 Subject: [PATCH] Hide the current net performance --- apps/api/src/app/portfolio/portfolio.controller.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/api/src/app/portfolio/portfolio.controller.ts b/apps/api/src/app/portfolio/portfolio.controller.ts index 6bacd25d5..0aaf383c3 100644 --- a/apps/api/src/app/portfolio/portfolio.controller.ts +++ b/apps/api/src/app/portfolio/portfolio.controller.ts @@ -246,6 +246,7 @@ export class PortfolioController { 'cash', 'committedFunds', 'currentGrossPerformance', + 'currentNetPerformance', 'currentValue', 'fees', 'netWorth',