Skip to content

Commit

Permalink
fix(slider): remove repeated className
Browse files Browse the repository at this point in the history
  • Loading branch information
jbirori authored and pauljeter committed Sep 16, 2019
1 parent 787443f commit 3e1921c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/lib/Slider/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class Slider extends React.Component {
return (
<div
className={
`md-slider ${className}` +
`md-slider` +
`${(disabled && ` md-slider--disabled`) || ''}` +
`${(className && ` ${className}`) || ''}`
}
Expand Down

0 comments on commit 3e1921c

Please sign in to comment.