From 27f019969b520b80078de5c00df12fbff25b4988 Mon Sep 17 00:00:00 2001 From: sophiamersmann Date: Thu, 7 Mar 2024 09:12:54 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20(slope)=20fix=20eslint=20issues?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../@ourworldindata/grapher/src/slopeCharts/SlopeChart.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/@ourworldindata/grapher/src/slopeCharts/SlopeChart.tsx b/packages/@ourworldindata/grapher/src/slopeCharts/SlopeChart.tsx index 3db13a16c4f..36908521e3d 100644 --- a/packages/@ourworldindata/grapher/src/slopeCharts/SlopeChart.tsx +++ b/packages/@ourworldindata/grapher/src/slopeCharts/SlopeChart.tsx @@ -31,7 +31,6 @@ import { GRAPHER_DARK_TEXT, GRAPHER_FONT_SCALE_9_6, GRAPHER_FONT_SCALE_10_5, - GRAPHER_FONT_SCALE_12, GRAPHER_FONT_SCALE_14, } from "../core/GrapherConstants" import { @@ -1107,7 +1106,7 @@ class LabelledSlopes opacity={0} /> - {this.yAxis.tickLabels.map((tick, i) => { + {this.yAxis.tickLabels.map((tick) => { const y = yAxis.place(tick.value) return (