diff --git a/apps/client/src/app/pages/portfolio/allocations/allocations-page.component.ts b/apps/client/src/app/pages/portfolio/allocations/allocations-page.component.ts index 5f523c5df..fa24af7ff 100644 --- a/apps/client/src/app/pages/portfolio/allocations/allocations-page.component.ts +++ b/apps/client/src/app/pages/portfolio/allocations/allocations-page.component.ts @@ -45,6 +45,7 @@ export class AllocationsPageComponent implements OnDestroy, OnInit { public symbols: { [name: string]: { name: string; value: number }; }; + public user: User; private unsubscribeSubject = new Subject(); @@ -110,13 +111,13 @@ export class AllocationsPageComponent implements OnDestroy, OnInit { }; this.positions = {}; this.positionsArray = []; - this.symbols = { + this.sectors = { [UNKNOWN_KEY]: { name: UNKNOWN_KEY, value: 0 } }; - this.sectors = { + this.symbols = { [UNKNOWN_KEY]: { name: UNKNOWN_KEY, value: 0