Skip to content

Commit

Permalink
chore: lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thepsalmist committed Oct 31, 2024
1 parent c6f4dc2 commit a0a6d90
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ function NeedlePointer({ hidden, measurement }) {
measurement > 25 && measurement < 55
? "middle"
: measurement > 40
? "start"
: "end"
? "start"
: "end"
}
>
<tspan className={classes.gaugeBigText}>
Expand Down

0 comments on commit a0a6d90

Please sign in to comment.