Skip to content

Commit

Permalink
🚧 (do not merge) make svg-tester action fail
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Feb 27, 2024
1 parent 607910f commit 47650ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ourworldindata/grapher/src/core/Grapher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,7 @@ export class Grapher
}

@computed get currentTitle(): string {
let text = this.displayTitle.trim()
let text = (this.id === 64 ? '(updated) ' : '') + this.displayTitle.trim()

// helper function to add an annotation fragment to the title
// only adds a comma if the text does not end with a question mark
Expand Down

0 comments on commit 47650ad

Please sign in to comment.