From dbdafa10315ad1ab694ec9e9ba02aebc00072b38 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 22 Aug 2026 13:22:32 +0200 Subject: [PATCH] Fix tooltip --- .../benchmark-comparator/benchmark-comparator.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.ts b/apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.ts index 0091ae5d7..8d5e3ff62 100644 --- a/apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.ts +++ b/apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.ts @@ -149,7 +149,7 @@ export class GfBenchmarkComparatorComponent implements OnChanges, OnDestroy { y: benchmarkDataValues[date] }; }), - label: this.benchmark?.name ?? $localize`Benchmark` + label: this.benchmark()?.name ?? $localize`Benchmark` } ] };