Skip to content

Commit

Permalink
💄 (slope) fix eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Mar 7, 2024
1 parent 4aea368 commit 27f0199
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -1107,7 +1106,7 @@ class LabelledSlopes
opacity={0}
/>
<g className="gridlines">
{this.yAxis.tickLabels.map((tick, i) => {
{this.yAxis.tickLabels.map((tick) => {
const y = yAxis.place(tick.value)
return (
<g key={y.toString()}>
Expand Down

0 comments on commit 27f0199

Please sign in to comment.