Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Oct 17, 2016
1 parent ba29fd8 commit 98b773a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default class Button extends Component {
small,
large,
className: customClassName,
...other,
...other
} = this.props
const className = cx('uk-button', customClassName, {
'uk-button-primary': primary,
Expand Down
2 changes: 1 addition & 1 deletion src/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Input = ({
small,
success,
width,
...other,
...other
}) => {
const className = cx(customClassName, {
'uk-form-blank': blank,
Expand Down

0 comments on commit 98b773a

Please sign in to comment.