Skip to content

Commit

Permalink
kuckuck
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Jan 9, 2025
1 parent 84f52ac commit d0697d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@ourworldindata/grapher/src/core/Grapher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d0697d9

Please sign in to comment.