Skip to content

Commit

Permalink
Rm props spread in slider
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfisher72 committed Dec 27, 2023
1 parent d5bdaab commit dfcefa6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Slider/Slider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ const RangeSlider: React.FC<SliderProps> = (props: SliderProps) => {
min={sliderMin}
max={sliderMax}
step={sliderStep}
{...props}
/>
<Grid2 container spacing={1}>
<Grid2 xs={5.5}>
Expand Down

0 comments on commit dfcefa6

Please sign in to comment.