Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Apr 2, 2021
1 parent 5c9c815 commit 6bf0add
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Switch from '@material-ui/core/Switch';

interface StyledSliderProps extends SliderProps {
success?: boolean;
};
}

const StyledSlider = experimentalStyled(Slider, {
shouldForwardProp: (prop) => prop !== 'success',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ import Slider, { SliderProps } from '@material-ui/core/Slider';

interface StyledSliderProps extends SliderProps {
success?: boolean;
};
}

const StyledSlider = styled(Slider, {
shouldForwardProp: (prop) => prop !== 'success',
Expand Down

0 comments on commit 6bf0add

Please sign in to comment.