Browse Source

Skip opening holding detail dialog for cash positions

pull/7390/head
Thomas Kaul 1 month ago
parent
commit
df78b77995
  1. 2
      libs/ui/src/lib/treemap-chart/treemap-chart.component.ts

2
libs/ui/src/lib/treemap-chart/treemap-chart.component.ts

@ -156,7 +156,7 @@ export class GfTreemapChartComponent
private getHolding( private getHolding(
chart: Chart<'treemap'>, chart: Chart<'treemap'>,
activeElement: ActiveElement activeElement: ActiveElement
): PortfolioPosition { ): PortfolioPosition | undefined {
if (!activeElement) { if (!activeElement) {
return undefined; return undefined;
} }

Loading…
Cancel
Save