Skip to content

Commit

Permalink
Remove text
Browse files Browse the repository at this point in the history
  • Loading branch information
Diana Fulga committed Jan 23, 2024
1 parent 05299e3 commit 4809f13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/slider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export const Slider = forwardRef<HTMLInputElement, SliderProps>(function Slider(
onChange={e => setInnerValue(Number(e.target.value))}
{...props}
/>
{innerValue}

{errorMessage && <p className="text-error text-sm px-2">{errorMessage}</p>}
</div>
Expand Down

0 comments on commit 4809f13

Please sign in to comment.