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 d05df88cc..347953269 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 @@ -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;