Skip to content

Commit 0615a4f

Browse files
author
hoangpham95
committed
Missing colon.
1 parent bdf194d commit 0615a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default class CheckBox extends Component {
2929
checkedImage: React.PropTypes.element,
3030
unCheckedImage: React.PropTypes.element,
3131
onClick: React.PropTypes.func.isRequired,
32-
isChecked: React.PropTypes.bool.isRequired
32+
isChecked: React.PropTypes.bool.isRequired,
3333
checkBoxColor: React.PropTypes.string,
3434
}
3535
static defaultProps = {

0 commit comments

Comments
 (0)