Browse Source

feat(client): enforce immutability

pull/7076/head
KenTandrian 4 weeks ago
parent
commit
3e5102b796
  1. 2
      apps/client/src/app/pages/portfolio/allocations/allocations-page.component.ts

2
apps/client/src/app/pages/portfolio/allocations/allocations-page.component.ts

@ -113,7 +113,7 @@ export class GfAllocationsPageComponent implements OnInit {
};
};
protected topHoldings: HoldingWithParents[];
protected UNKNOWN_KEY = UNKNOWN_KEY;
protected readonly UNKNOWN_KEY = UNKNOWN_KEY;
protected user: User;
protected worldMapChartFormat: string;

Loading…
Cancel
Save