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(
chart: Chart<'treemap'>,
activeElement: ActiveElement
): PortfolioPosition {
): PortfolioPosition | undefined {
if (!activeElement) {
return undefined;
}

Loading…
Cancel
Save