Skip to content

Commit

Permalink
🤖 style: prettify code
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann authored and github-actions[bot] committed Feb 29, 2024
1 parent f9cede0 commit 6e99b29
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/@ourworldindata/grapher/src/core/Grapher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -704,10 +704,9 @@ export class Grapher
// Depending on the chart type, the criteria for being able to select an entity are
// different; e.g. for scatterplots, the entity needs to (1) not be excluded and
// (2) needs to have data for the x and y dimension.
let table =
this.isScatter
? this.tableAfterAuthorTimelineAndActiveChartTransform
: this.inputTable
let table = this.isScatter
? this.tableAfterAuthorTimelineAndActiveChartTransform
: this.inputTable

if (!this.isReady) return table

Expand Down

0 comments on commit 6e99b29

Please sign in to comment.