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 fa7db8f00..79dbe6b35 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 @@ -498,7 +498,9 @@ export class AllocationsPageComponent implements OnDestroy, OnInit { for (const index in parentHoldings) { if (name === parentHoldings[index].name) { return { - name: holding.name ?? symbol, + name: holding.name + ? holding.name + ' (' + symbol + ')' + : symbol, allocationInPercentage: parentHoldings[index].valueInBaseCurrency / value, valueInBaseCurrency: