Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(): fix eslint indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Metnew committed Aug 9, 2017
1 parent 2895b4e commit ac950a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/components/addons/LazyLoad/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {Loader} from 'semantic-ui-react'
class LazyLoad extends Component {
static propTypes = {
component: PropTypes.any
// NOTE: @Metnew: it'd be nice to make it works with children props!
// NOTE: @Metnew: it'd be nice to make it works with children props!
// children: PropTypes.node
}

Expand Down

0 comments on commit ac950a5

Please sign in to comment.