Skip to content

Commit

Permalink
Remove leftover comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Jan 25, 2024
1 parent 321c2f7 commit c9a4582
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/lib/lemon-ui/LemonSlider/LemonSlider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export function LemonSlider({ value = 0, onChange, min, max, step = 1, className

const proportion = Math.round(((value - min) / (max - min)) * 100) / 100

// Use only Tailwind
return (
<div className={clsx('flex items-center relative my-2.5 min-w-16 select-none', className)}>
<div
Expand Down

0 comments on commit c9a4582

Please sign in to comment.