Skip to content

Commit

Permalink
fix: use correct authorsVersion for time params
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Mar 7, 2025
1 parent 7ebe76c commit bd47bb9
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 @@ -2697,7 +2697,7 @@ export class GrapherState {
}

@computed get hasUserChangedTimeHandles(): boolean {
const authorsVersion = this.legacyConfigAsAuthored
const authorsVersion = this.authorsVersion
return (
this.minTime !== authorsVersion.minTime ||
this.maxTime !== authorsVersion.maxTime
Expand Down

0 comments on commit bd47bb9

Please sign in to comment.