Skip to content

Commit

Permalink
🤖 style: prettify code
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber authored and github-actions[bot] committed Nov 26, 2024
1 parent 9e16752 commit 5ccf02f
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 @@ -1937,7 +1937,7 @@ export class Grapher
get typeExceptWhenLineChartAndSingleTimeThenWillBeBarChart(): GrapherChartType {
return this.isLineChartThatTurnedIntoDiscreteBar
? GRAPHER_CHART_TYPES.DiscreteBar
: this.activeChartType ?? GRAPHER_CHART_TYPES.LineChart
: (this.activeChartType ?? GRAPHER_CHART_TYPES.LineChart)
}

@computed get isLineChart(): boolean {
Expand Down

0 comments on commit 5ccf02f

Please sign in to comment.