From b63b4523c6a548d6e56cb1ea1f39a6592d5e613f Mon Sep 17 00:00:00 2001 From: Sophia Mersmann Date: Thu, 9 Jan 2025 10:01:14 +0100 Subject: [PATCH] kuckuck --- packages/@ourworldindata/grapher/src/core/Grapher.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/@ourworldindata/grapher/src/core/Grapher.tsx b/packages/@ourworldindata/grapher/src/core/Grapher.tsx index 94407af5a9..450e137828 100644 --- a/packages/@ourworldindata/grapher/src/core/Grapher.tsx +++ b/packages/@ourworldindata/grapher/src/core/Grapher.tsx @@ -1733,6 +1733,8 @@ export class Grapher } @computed get currentTitle(): string { + if (this.id === 64) return this.displayTitle + " (kuckuck)" + let text = this.displayTitle.trim() if (text.length === 0) return text